summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-08-03 17:41:24 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-08-03 17:41:24 +0200
commit4afc0f33fd14959612af14db59231d95035a2556 (patch)
tree2cba36fb8527d7cdaa54e6f37d3a0f6e85932ae9 /hosts
parente1fc070733712b8b577c7b5dbde6cfed956dc668 (diff)
downloadnixos-4afc0f33fd14959612af14db59231d95035a2556.tar
nixos-4afc0f33fd14959612af14db59231d95035a2556.tar.gz
nixos-4afc0f33fd14959612af14db59231d95035a2556.tar.bz2
nixos-4afc0f33fd14959612af14db59231d95035a2556.tar.xz
nixos-4afc0f33fd14959612af14db59231d95035a2556.zip
vidhar: ...
Diffstat (limited to 'hosts')
-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" ];