1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +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 Robert Helgesson
parent e6b7303bd1
commit 093777ee4a
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

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";