summaryrefslogtreecommitdiff
path: root/hosts/sif
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/sif')
-rw-r--r--hosts/sif/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix
index 647021ca..96bb793a 100644
--- a/hosts/sif/default.nix
+++ b/hosts/sif/default.nix
@@ -110,6 +110,11 @@ in {
110 server=/cipmath.loc/10.153.88.9 110 server=/cipmath.loc/10.153.88.9
111 ''; 111 '';
112 }; 112 };
113 environment.etc."NetworkManager/dnsmasq.d/yggdrasil.conf" = {
114 text = ''
115 server=/yggdrasil/2a03:4000:52:ada:1:1::
116 '';
117 };
113 118
114 environment.etc."systemd/networkd.conf" = { 119 environment.etc."systemd/networkd.conf" = {
115 text = '' 120 text = ''