summaryrefslogtreecommitdiff
path: root/sys/fs/default.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-06-08 23:44:59 -0600
committerAlejandro Soto <alejandro@34project.org>2023-06-10 16:42:50 -0600
commit905a306a705fc7bf9f0d03945bfe692c530dd05e (patch)
treeeb471b486271d66ea271f903b3e2cd7a98f1d233 /sys/fs/default.nix
parent3eb118d309fadbeed76963ef2d956c8cbf2528e2 (diff)
flake: update to 23.05
Diffstat (limited to '')
-rw-r--r--sys/fs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/default.nix b/sys/fs/default.nix
index 04b8acb..41871df 100644
--- a/sys/fs/default.nix
+++ b/sys/fs/default.nix
@@ -18,7 +18,7 @@ in
config = {
# !!!
- boot.tmpOnTmpfs = true;
+ boot.tmp.useTmpfs = true;
fileSystems."/" = mkIf cfg.impermanence {
device = "tmpfs";