diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index 0dd7c44..dd5db05 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -29,6 +29,7 @@ nix.settings.trusted-substituters = [ "https://ai.cachix.org" ]; nix.settings.trusted-public-keys = [ "ai.cachix.org-1:N9dzRK+alWwoKXQlnn0H6aUx0lU/mspIoz8hMvGvbbc=" ]; + services.nscd.enableNsncd = false; #disable firewall when doing ipv6 vm stuff #networking.firewall.enable = lib.mkForce false;