feat(nixos): remove cleanOnBoot option for tmp

The `boot.tmp.cleanOnBoot` option was removed, because it was already enabled.
This commit is contained in:
Harald Hoyer 2024-08-26 10:19:09 +02:00
parent 15963f0554
commit c242a21798

View file

@ -163,7 +163,6 @@ in
boot.tmp.useTmpfs = true;
systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
boot.tmp.cleanOnBoot = true;
services.fstrim.enable = true;
};
}