diff --git a/modules/dgn-console.nix b/modules/dgn-console.nix index 3ac097a..20f7eca 100644 --- a/modules/dgn-console.nix +++ b/modules/dgn-console.nix @@ -33,25 +33,6 @@ in programs.neovim.vimAlias = true; - # services.nscd.enableNsncd = false; - nixpkgs.overlays = [ - (_: _: { - nsncd = pkgs.rustPlatform.buildRustPackage { - pname = "nsncd"; - version = "unstable-2023-10-26"; - - src = pkgs.fetchFromGitHub { - owner = "nix-community"; - repo = "nsncd"; - rev = "47755a26ab3a45a47e55785eb112c817ba1e6bed"; - hash = "sha256-CSIFbCwXj33t7QW7PTqOXRcOYP/ivTWmK+s/xBZd0VQ="; - }; - - cargoSha256 = "sha256-cUM7rYXWpJ0aMiurXBp15IlxAmf/x5uiodxEqBPCQT0="; - }; - }) - ]; - system.activationScripts.diff = { supportsDryActivation = true; text = ''