summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index ef8ecc58..572dedb4 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -48,7 +48,7 @@
48 hdd5.device = "/dev/disk/by-label/${hostName}-hdd5"; 48 hdd5.device = "/dev/disk/by-label/${hostName}-hdd5";
49 }; 49 };
50 50
51 initrd.network.flushBeforeStage2 = false; 51 network.flushBeforeStage2 = false;
52 }; 52 };
53 53
54 supportedFilesystems = [ "zfs" ]; 54 supportedFilesystems = [ "zfs" ];