diff options
Diffstat (limited to 'hosts/tiamat')
| -rw-r--r-- | hosts/tiamat/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/tiamat/configuration.nix b/hosts/tiamat/configuration.nix index cce4dfb..9f2d780 100644 --- a/hosts/tiamat/configuration.nix +++ b/hosts/tiamat/configuration.nix @@ -38,7 +38,7 @@ system.name = "tiamat"; networking.hostName = "tiamat"; - networking.nameservers = [ "1.1.1.1" "9.9.9.9" ]; + networking.nameservers = [ "100.100.100.100" "1.1.1.1" "9.9.9.9" ]; # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/"; @@ -87,7 +87,7 @@ users.users.jck = { isNormalUser = true; description = "jck"; - extraGroups = [ "networkmanager" "wheel" "nordvpn" ]; + extraGroups = [ "networkmanager" "wheel" ]; }; nixpkgs.config.allowUnfree = true; |
