aboutsummaryrefslogtreecommitdiff
path: root/machines/nixos-test/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/nixos-test/default.nix')
-rw-r--r--machines/nixos-test/default.nix2
1 files changed, 1 insertions, 1 deletions
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 = "";