summaryrefslogtreecommitdiff
path: root/hosts/vidhar/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/default.nix')
-rw-r--r--hosts/vidhar/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index e8e654b9..3b47a1dc 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -23,12 +23,14 @@
23 23
24 tmpOnTmpfs = true; 24 tmpOnTmpfs = true;
25 25
26 initrd = {
27 supportedFilesystems = [ "zfs" ];
28 kernelModules = [ "dm_raid" ];
29 };
26 supportedFilesystems = [ "zfs" ]; 30 supportedFilesystems = [ "zfs" ];
27 zfs = { 31 zfs = {
28 enableUnstable = true; 32 enableUnstable = true;
29 }; 33 };
30
31 initrd.kernelModules = [ "dm_raid" ];
32 }; 34 };
33 35
34 fileSystems = { 36 fileSystems = {