summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/eostre/default.nix2
-rw-r--r--hosts/vidhar/default.nix3
2 files changed, 2 insertions, 3 deletions
diff --git a/hosts/eostre/default.nix b/hosts/eostre/default.nix
index b6864833..40fb5f72 100644
--- a/hosts/eostre/default.nix
+++ b/hosts/eostre/default.nix
@@ -25,7 +25,7 @@ with lib;
25 25
26 plymouth.enable = true; 26 plymouth.enable = true;
27 27
28 tmpOnTmpfs = true; 28 tmp.useTmpfs = true;
29 }; 29 };
30 30
31 hardware = { 31 hardware = {
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" ];