diff options
Diffstat (limited to 'common/default.nix')
-rw-r--r-- | common/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/default.nix b/common/default.nix index 108853a..7b53735 100644 --- a/common/default.nix +++ b/common/default.nix | |||
@@ -29,4 +29,6 @@ inputs: | |||
29 | 29 | ||
30 | nix.registry = with lib; | 30 | nix.registry = with lib; |
31 | mapAttrs (name: value: { flake = value; }) inputs; | 31 | mapAttrs (name: value: { flake = value; }) inputs; |
32 | |||
33 | services.nscd.enableNsncd = true; | ||
32 | } | 34 | } |