nixos: systemd: systemd.user.tmpfiles.users add default

This commit is contained in:
schnusch 2023-01-17 16:53:45 +01:00
parent 34ad8447c3
commit f0f2c6bec9

View file

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