diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-06-08 23:44:59 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-06-10 16:42:50 -0600 |
| commit | 905a306a705fc7bf9f0d03945bfe692c530dd05e (patch) | |
| tree | eb471b486271d66ea271f903b3e2cd7a98f1d233 /sys/fs/default.nix | |
| parent | 3eb118d309fadbeed76963ef2d956c8cbf2528e2 (diff) | |
flake: update to 23.05
Diffstat (limited to '')
| -rw-r--r-- | sys/fs/default.nix | 2 |
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"; |
