diff options
author | makefu <github@syntax-fehler.de> | 2022-02-18 09:22:59 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-02-18 09:22:59 +0100 |
commit | ee9c23c4bb5737b77df0fed9385e7b30604da0de (patch) | |
tree | 49f53a9e1f7f19069fd3ace335c292a80ea1dc48 /makefu/1systems/latte/1blu/network.nix | |
parent | 66341414c5fe2e440acdd3b77178b7826dcded23 (diff) |
ma latte.r: continue migration of gum services
Diffstat (limited to 'makefu/1systems/latte/1blu/network.nix')
-rw-r--r-- | makefu/1systems/latte/1blu/network.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/1systems/latte/1blu/network.nix b/makefu/1systems/latte/1blu/network.nix index 065a69013..0a0eac972 100644 --- a/makefu/1systems/latte/1blu/network.nix +++ b/makefu/1systems/latte/1blu/network.nix @@ -27,5 +27,6 @@ in }; defaultGateway6 = { address = external-gw6; interface = ext-if; }; defaultGateway = external-gw; + nameservers = [ "1.1.1.1" ]; }; } |