diff options
-rw-r--r-- | lib/linux.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/linux.nix b/lib/linux.nix index 5787d62..c98124f 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -431,16 +431,16 @@ in systemd.user = { services = { - "gpg-refresh".Service.ExecStart = "${pkgs.gnupg}/bin/gpg --refresh"; + #"gpg-refresh".Service.ExecStart = "${pkgs.gnupg}/bin/gpg --refresh"; # make it the same as 'systemctl show mpd | grep LimitMEMLOCK" # might not be necessary? #mpd.Service.LimitMEMLOCK = "2085444096"; }; timers = { - "gpg-refresh" = { - Install.WantedBy = ["timers.target"]; - Timer.OnCalendar = "daily"; - }; + #"gpg-refresh" = { + # Install.WantedBy = ["timers.target"]; + # Timer.OnCalendar = "daily"; + #}; }; }; } |