Geoffrey Frogeye
36608fa9e4
It took 3 days to investigate by myself and only get a partial idea of the issue, but 5 minutes to ask for support and another 5 to get a working solution. Hopefully lesson learned.
12 lines
172 B
Nix
12 lines
172 B
Nix
{ pkgs, config, ... }:
|
|
{
|
|
imports = [
|
|
../os
|
|
../pindakaas/options.nix
|
|
../pindakaas/hardware.nix
|
|
./disko.nix
|
|
];
|
|
|
|
networking.hostName = "pindakaas_sd";
|
|
}
|