nixos/kresd: remove derivation from systemd.tmpfiles

Using per-unit directives as per https://github.com/NixOS/nixpkgs/pull/95222#issuecomment-674512571
This commit is contained in:
Edmund Wu 2020-08-16 12:16:34 -04:00
parent dd2e987164
commit ed89d043dc
No known key found for this signature in database
GPG Key ID: 0D62311F6343DE1A

View File

@ -134,8 +134,6 @@ in {
CacheDirectoryMode = "0750";
};
systemd.tmpfiles.packages = [ package ];
# 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.03