mirror of
https://github.com/nix-community/home-manager.git
synced 2024-12-14 11:57:55 +00:00
caffeine: remove ProtectHome service option
This option causes caffeine to be unable to start via the systemd
service.
(cherry picked from commit 093777ee4a
)
This commit is contained in:
parent
0c2353d5d9
commit
072662bd1b
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ in {
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
ProtectSystem = "full";
|
ProtectSystem = "full";
|
||||||
ProtectHome = "yes";
|
|
||||||
Type = "exec";
|
Type = "exec";
|
||||||
Slice = "session.slice";
|
Slice = "session.slice";
|
||||||
ExecStart = "${pkgs.caffeine-ng}/bin/caffeine";
|
ExecStart = "${pkgs.caffeine-ng}/bin/caffeine";
|
||||||
|
|
Loading…
Reference in a new issue