Added ZFS support
This commit is contained in:
parent
05cd784da0
commit
a0dcf3e46a
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
||||||
"kvm-amd"
|
"kvm-amd"
|
||||||
];
|
];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
|
boot.zfs.forceImportRoot = false;
|
||||||
|
networking.hostId = "22d12b46";
|
||||||
|
|
||||||
# Setup Nvidia Driver
|
# Setup Nvidia Driver
|
||||||
hardware.graphics.enable = true;
|
hardware.graphics.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue