1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00

caffeine: remove ProtectHome service option

This option causes caffeine to be unable to start via the systemd
service.
This commit is contained in:
Richard Davis 2023-11-24 10:57:03 -05:00 committed by Mikilio
parent e4a6f4184b
commit 18c9d3d344
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

View file

@ -28,7 +28,6 @@ in {
Restart = "on-failure";
PrivateTmp = true;
ProtectSystem = "full";
ProtectHome = "yes";
Type = "exec";
Slice = "session.slice";
ExecStart = "${pkgs.caffeine-ng}/bin/caffeine";