nixos/plasma5: fix accounts-daemon can't read profile image from systemsettings5

This commit is contained in:
Sandro Jäckel 2021-10-31 19:50:07 +01:00
parent d1bf81f5e6
commit c88d7f42cb
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -359,6 +359,8 @@ in
# Enable helpful DBus services.
services.accounts-daemon.enable = true;
# when changing an account picture the accounts-daemon reads a temporary file containing the image which systemsettings5 may place under /tmp
systemd.services.accounts-daemon.serviceConfig.PrivateTmp = false;
services.udisks2.enable = true;
services.upower.enable = config.powerManagement.enable;
services.system-config-printer.enable = mkIf config.services.printing.enable (mkDefault true);