aboutsummaryrefslogtreecommitdiff
path: root/profiles/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default.nix')
-rw-r--r--profiles/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/profiles/default.nix b/profiles/default.nix
index 198d9f4..2f2ff9b 100644
--- a/profiles/default.nix
+++ b/profiles/default.nix
@@ -14,9 +14,11 @@
efi.canTouchEfiVariables = true;
};
+ tmp = {
+ cleanOnBoot = true;
+ useTmpfs = true;
+ };
kernelPackages = pkgs.linuxPackages_latest;
- cleanTmpDir = true;
- tmpOnTmpfs = true;
};
# Select internationalisation properties.