Compare commits
3 commits
b42344f931
...
948141a4a6
Author | SHA1 | Date | |
---|---|---|---|
948141a4a6 | |||
373b391e83 | |||
633fa2b73a |
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ in {
|
|||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
boot.zfs.forceImportRoot = false;
|
||||
networking.hostId = "60dbcc20";
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue