mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Added ZFS support
This commit is contained in:
parent
05cd784da0
commit
a0dcf3e46a
|
|
@ -14,6 +14,9 @@
|
|||
"kvm-amd"
|
||||
];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
boot.zfs.forceImportRoot = false;
|
||||
networking.hostId = "22d12b46";
|
||||
|
||||
# Setup Nvidia Driver
|
||||
hardware.graphics.enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue