cleanup
This commit is contained in:
parent
ddcbf54896
commit
707be403d6
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@ with lib;
|
|||
"user-runtime-dir@".serviceConfig.ProtectHome = false;
|
||||
"user@".serviceConfig.ProtectHome = false;
|
||||
|
||||
display-manager.serviceConfig.ProtectHome = "read-only"; # false;
|
||||
display-manager.serviceConfig.ProtectHome = "read-only";
|
||||
|
||||
systemd-homed.serviceConfig.ProtectHome = false;
|
||||
systemd-homed-activate.serviceConfig.ProtectHome = false;
|
||||
|
||||
dbus-broker.serviceConfig.ProtectHome = "read-only"; # false;
|
||||
dbus-broker.serviceConfig.ProtectHome = "read-only";
|
||||
};
|
||||
|
||||
# config.systemd.units."service.d/protect-user-home-by-default.conf".text = ''
|
||||
|
|
Loading…
Reference in a new issue