From 8f3848f4d41f9184657048ddecbe052b22d26874 Mon Sep 17 00:00:00 2001 From: scouckel Date: Sun, 25 Jan 2026 11:42:17 -0600 Subject: big changes --- hosts/tiamat/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/tiamat/configuration.nix') 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; -- cgit v1.3