nixos/kresd: trivial cleanup

This commit is contained in:
Vladimír Čunát 2021-03-28 21:01:50 +02:00
parent 6e562fd6a7
commit 56f308bb2f
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -137,10 +137,5 @@ in {
};
# We don't mind running stop phase from wrong version. It seems less racy.
systemd.services."kresd@".stopIfChanged = false;
# Try cleaning up the previously default location of cache file.
# Note that /var/cache/* should always be safe to remove.
# TODO: remove later, probably between 20.09 and 21.05
systemd.tmpfiles.rules = [ "R /var/cache/kresd" ];
};
}