summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-10-24 18:14:47 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2023-10-24 18:14:47 +0200
commit247b0f4b3f461a8077c64fbb9f0903ce15384c13 (patch)
treede026c361b20e5de13629c3206528e3f29b30b19
parentebc4c6c641d697b4bdb9af94e1ab5171c92b6c4e (diff)
downloadnixos-247b0f4b3f461a8077c64fbb9f0903ce15384c13.tar
nixos-247b0f4b3f461a8077c64fbb9f0903ce15384c13.tar.gz
nixos-247b0f4b3f461a8077c64fbb9f0903ce15384c13.tar.bz2
nixos-247b0f4b3f461a8077c64fbb9f0903ce15384c13.tar.xz
nixos-247b0f4b3f461a8077c64fbb9f0903ce15384c13.zip
...
-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" ];