about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-09-06T16·17+0300
committerclbot <clbot@tvl.fyi>2024-09-06T16·25+0000
commit31f55d7ce7f086d4a966e21b05750ef98d1254bb (patch)
tree61192d108eb8cc6ea7e5efb3665f172d760745f3
parent72bdb15958c5ae9abf24e3a66192867fabdbe11e (diff)
fix(tazjin/khamovnik): clean /tmp on boot r/8657
Change-Id: I5d71319be952f6524d5804d50e3178858371b4cf
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12443
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
-rw-r--r--users/tazjin/nixos/khamovnik/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/nixos/khamovnik/default.nix b/users/tazjin/nixos/khamovnik/default.nix
index 27d7536bb1de..dcb19be2ae9f 100644
--- a/users/tazjin/nixos/khamovnik/default.nix
+++ b/users/tazjin/nixos/khamovnik/default.nix
@@ -43,6 +43,8 @@ in
       "rtsx_pci_sdmmc"
     ];
     kernelModules = [ "kvm-intel" ];
+
+    tmp.cleanOnBoot = true;
   };
 
   fileSystems = {