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:
parent
dd2e987164
commit
ed89d043dc
@ -134,8 +134,6 @@ in {
|
|||||||
CacheDirectoryMode = "0750";
|
CacheDirectoryMode = "0750";
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.tmpfiles.packages = [ package ];
|
|
||||||
|
|
||||||
# Try cleaning up the previously default location of cache file.
|
# Try cleaning up the previously default location of cache file.
|
||||||
# Note that /var/cache/* should always be safe to remove.
|
# Note that /var/cache/* should always be safe to remove.
|
||||||
# TODO: remove later, probably between 20.09 and 21.03
|
# TODO: remove later, probably between 20.09 and 21.03
|
||||||
|
Loading…
x
Reference in New Issue
Block a user