Update flake.nix

This commit is contained in:
aviac 2025-05-20 07:50:45 +00:00
parent c57472467e
commit e10aba4b8b

View file

@ -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 =