From dbe47f1ba75ca16463368157363b329e5ae3e496 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 26 Jan 2022 15:00:43 -0500 Subject: disable gpg-refresh - doesnt work --- lib/linux.nix | 10 +++++----- 1 file 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"; + #}; }; }; } -- cgit v1.2.3