summaryrefslogtreecommitdiffstats
path: root/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/default.nix')
-rw-r--r--common/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/common/default.nix b/common/default.nix
index 7b53735..60385d3 100644
--- a/common/default.nix
+++ b/common/default.nix
@@ -1,6 +1,6 @@
1inputs: 1inputs:
2 2
3{ config, lib, ... }: 3{ config, ... }:
4 4
5{ 5{
6 imports = [ 6 imports = [
@@ -27,8 +27,5 @@ inputs:
27 }) 27 })
28 ]; 28 ];
29 29
30 nix.registry = with lib;
31 mapAttrs (name: value: { flake = value; }) inputs;
32
33 services.nscd.enableNsncd = true; 30 services.nscd.enableNsncd = true;
34} 31}