diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-01-25 11:42:17 -0600 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-01-25 11:42:17 -0600 |
| commit | 8f3848f4d41f9184657048ddecbe052b22d26874 (patch) | |
| tree | 690b7e7a345eb41eade0fd118e7bd821ac4c15a5 /hosts/tiamat/configuration.nix | |
| parent | c1e1db1d3dcbc0437d3e740c9a63cd9838754cec (diff) | |
big changes
Diffstat (limited to 'hosts/tiamat/configuration.nix')
| -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; |
