Merge pull request #211252 from schnusch/systemd-user-tmpfiles-rules

nixos: systemd: systemd.user.tmpfiles.users add default
This commit is contained in:
Martin Weinelt 2023-01-17 17:41:41 +00:00 committed by GitHub
commit 5770984a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,6 +125,7 @@ in {
Per-user rules for creation, deletion and cleaning of volatile and
temporary files automatically.
'';
default = {};
type = types.attrsOf (types.submodule {
options = {
rules = mkOption {