user-interface: remove nscd
Alan Pearce alan@alanpearce.eu
Thu, 26 Sep 2019 13:26:08 +0200
1 files changed, 0 insertions(+), 10 deletions(-)
jump to
M modules/user-interface.nix → modules/user-interface.nix
@@ -95,16 +95,6 @@ services.devmon.enable = true; environment.sessionVariables.TERMINAL = "st"; - services.nscd.enable = true; - systemd.services.nscd.wantedBy = lib.mkForce []; - systemd.timers.nscd = { - description = "Delayed startup of nscd"; - wantedBy = [ "timers.target" ]; - timerConfig = { - OnActiveSec = "1 min"; - }; - }; - systemd.user.services.trash-clean = { path = with pkgs; [ trash-cli ]; description = "Remove old files from FreeDesktop.org trash";