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.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 9d658249..6b266e2b 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -23,7 +23,6 @@ with lib;
23 loader.grub = { 23 loader.grub = {
24 enable = true; 24 enable = true;
25 configurationLimit = 420; 25 configurationLimit = 420;
26 version = 2;
27 device = "/dev/disk/by-id/ata-SuperMicro_SSD_SMC0515D95019BDF4083"; 26 device = "/dev/disk/by-id/ata-SuperMicro_SSD_SMC0515D95019BDF4083";
28 }; 27 };
29 28
@@ -33,7 +32,7 @@ with lib;
33 "ip=10.141.0.1:::255.255.255.0::eno1:static" 32 "ip=10.141.0.1:::255.255.255.0::eno1:static"
34 ]; 33 ];
35 34
36 tmpOnTmpfs = true; 35 tmp.useTmpfs = true;
37 36
38 initrd = { 37 initrd = {
39 supportedFilesystems = [ "zfs" ]; 38 supportedFilesystems = [ "zfs" ];