summaryrefslogtreecommitdiff
path: root/hosts/eostre/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/eostre/default.nix')
-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 = {