summaryrefslogtreecommitdiff
path: root/hosts/eostre
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 /hosts/eostre
parentebc4c6c641d697b4bdb9af94e1ab5171c92b6c4e (diff)
downloadnixos-247b0f4b3f461a8077c64fbb9f0903ce15384c13.tar
nixos-247b0f4b3f461a8077c64fbb9f0903ce15384c13.tar.gz
nixos-247b0f4b3f461a8077c64fbb9f0903ce15384c13.tar.bz2
nixos-247b0f4b3f461a8077c64fbb9f0903ce15384c13.tar.xz
nixos-247b0f4b3f461a8077c64fbb9f0903ce15384c13.zip
...
Diffstat (limited to 'hosts/eostre')
-rw-r--r--hosts/eostre/default.nix2
1 files changed, 1 insertions, 1 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 = {