aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2026-03-22 14:33:23 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2026-03-22 14:34:02 +0200
commit4ede2c9280723be787679282ec9be318b589eb7f (patch)
tree0a6da5555f47e857f369458f333586ed4caba765 /roles
parent5a0bee46bef86afd27d65c5dbf438a0c8d3c2603 (diff)
downloadnixos-4ede2c9280723be787679282ec9be318b589eb7f.tar.zst
Update IP addresses
Diffstat (limited to '')
-rw-r--r--roles/shared.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/shared.nix b/roles/shared.nix
index e5372e7..443430f 100644
--- a/roles/shared.nix
+++ b/roles/shared.nix
@@ -175,8 +175,8 @@
};
useNetworkd = true;
nameservers = [
- "2001:14ba:a302:1e29::1#adguard.tammi.cc"
- "88.148.149.225#adguard.tammi.cc"
+ "2001:14ba:a303:1713::1#adguard.tammi.cc"
+ "87.94.150.140#adguard.tammi.cc"
];
};