Commit 0e95f7a12fa6

Vincent Demeester <vincent@sbr.pm>
2024-05-13 16:17:17
core: remove boot/tmp stuff…
… I think it is fixed nowadays, and it's configured elsewhere. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 0525f73
Changed files (1)
systems
modules
systems/modules/core/default.nix
@@ -17,11 +17,8 @@ in
     ./binfmt.nix
   ];
 
-  boot = {
-    cleanTmpDir = true;
-  };
   # FIXME fix tmpOnTmpfs
-  systemd.additionalUpstreamSystemUnits = [ "tmp.mount" ];
+  # systemd.additionalUpstreamSystemUnits = [ "tmp.mount" ];
 
   security.sudo = {
     extraConfig = ''