about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-04-12 21:37:47 +0200
committerGitHub <noreply@github.com>2023-04-12 21:37:47 +0200
commit603320b64f27d8ebd629639f85cec642e051bbd0 (patch)
treee0b1bd0497640717d07551fa4c510a5642dd25a2 /nixos/tests
parent6152b09a6ac17eabb5e72e2868a392b8aaac4cc7 (diff)
parent3a5de0e7258d249a36fc29f0bb2a55f40b211a45 (diff)
Merge pull request #204534 from SuperSandro2000/boot-tmp
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/ihatemoney/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/ihatemoney/default.nix b/nixos/tests/ihatemoney/default.nix
index 894a97d43d35e..d172bf79b8c60 100644
--- a/nixos/tests/ihatemoney/default.nix
+++ b/nixos/tests/ihatemoney/default.nix
@@ -17,7 +17,7 @@ let
           http = ":8000";
         };
       };
-      boot.cleanTmpDir = true;
+      boot.tmp.cleanOnBoot = true;
       # for exchange rates
       security.pki.certificateFiles = [ ./server.crt ];
       networking.extraHosts = "127.0.0.1 api.exchangerate.host";