all repos — nixfiles @ 1aaa85c9813e5fb26e0c84abbc1665372f45681a

System and user configuration, managed by nix and home-manager

user-interface: remove nscd
Alan Pearce alan@alanpearce.eu
Thu, 26 Sep 2019 13:26:08 +0200
commit

1aaa85c9813e5fb26e0c84abbc1665372f45681a

parent

b1699076eedc46315171e0cf42e63eb6c4593459

1 files changed, 0 insertions(+), 10 deletions(-)

jump to
M modules/user-interface.nixmodules/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";