From c4ad75b73268d8d831a48a40e23ef155feb01885 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 23 Jun 2023 10:00:03 -0400 Subject: [PATCH] sora: place in proper brackets --- hosts/sora/networking.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/sora/networking.nix b/hosts/sora/networking.nix index 951afef..8f74665 100644 --- a/hosts/sora/networking.nix +++ b/hosts/sora/networking.nix @@ -1,11 +1,11 @@ {lib, ...}: { + environment.etc = { + "resolv.conf".text = "nameserver 8.8.8.8\n"; + }; networking = { nameservers = [ "8.8.8.8" ]; - environment.etc = { - "resolv.conf".text = "nameserver 8.8.8.8\n"; - }; defaultGateway = "172.31.1.1"; defaultGateway6 = { address = "fe80::1";