Update flake.nix #1
1 changed files with 7 additions and 1 deletions
|
@ -37,7 +37,13 @@
|
||||||
};
|
};
|
||||||
imports = [
|
imports = [
|
||||||
# ./git_system.nix
|
# ./git_system.nix
|
||||||
(import ./setup { inherit inputs; })
|
inputs.disko.nixosModules.disko
|
||||||
|
./setup/disk_conf.nix
|
||||||
|
./setup/mini_conf.nix
|
||||||
|
{
|
||||||
|
networking.hostId = "0a7337de";
|
||||||
|
boot.loader.grub.zfsSupport = true;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# runner-system =
|
# runner-system =
|
||||||
|
|
Loading…
Reference in a new issue