Compare commits

..

3 commits

Author SHA1 Message Date
948141a4a6 Merge branch 'main' of ssh://git.kb-one.de:9522/kb01/aux-config
Some checks failed
/ Check Nix Flake (push) Has been cancelled
2025-04-11 17:29:51 +02:00
373b391e83
Merged Remote with local changes 2025-04-11 17:29:04 +02:00
633fa2b73a
Added ZFS Support 2025-03-26 22:18:11 +01:00

View file

@ -13,6 +13,9 @@ in {
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ]; boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.supportedFilesystems = [ "zfs" ];
boot.zfs.forceImportRoot = false;
networking.hostId = "60dbcc20";
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;