aboutsummaryrefslogtreecommitdiff
path: root/profiles/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-07-05 10:25:16 -0700
committerFranck Cuny <franck@fcuny.net>2023-07-05 10:25:16 -0700
commitef2eb3448591e4ca5c5eb0194889916720785d8b (patch)
tree7af9c7d86636c471ad8455d83ad257c16866731f /profiles/default.nix
parentvarious updates related to music collection (diff)
downloadinfra-ef2eb3448591e4ca5c5eb0194889916720785d8b.tar.gz
update nixos and home-manager to 23.05
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.