From 905a306a705fc7bf9f0d03945bfe692c530dd05e Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 8 Jun 2023 23:44:59 -0600 Subject: flake: update to 23.05 --- sys/fs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/default.nix') 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"; -- cgit v1.2.3