From 8f7c59e10a48c24120dd580b196acd419e5875d0 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Fri, 11 Aug 2023 16:51:35 +0200 Subject: add custom nixinate impl --- machines/nixos-test/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/nixos-test') diff --git a/machines/nixos-test/default.nix b/machines/nixos-test/default.nix index 6a83e9a..ce1d9d9 100644 --- a/machines/nixos-test/default.nix +++ b/machines/nixos-test/default.nix @@ -5,7 +5,7 @@ ./hardware-configuration.nix ]; - boot.cleanTmpDir = true; + boot.tmp.cleanOnBoot = true; zramSwap.enable = true; networking.hostName = "default"; networking.domain = ""; -- cgit v1.2.3