Merge pull request 'Update flake.nix' (#1) from colmena-basic-fix into main

Reviewed-on: #1
This commit is contained in:
hodasemi 2025-05-20 08:25:46 +00:00
commit 57c76fe602

View file

@ -37,7 +37,13 @@
};
imports = [
# ./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 =