diff options
Diffstat (limited to 'hosts/glados/network.nix')
| -rw-r--r-- | hosts/glados/network.nix | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/hosts/glados/network.nix b/hosts/glados/network.nix index aef7253..11b2d6f 100644 --- a/hosts/glados/network.nix +++ b/hosts/glados/network.nix @@ -1,9 +1,9 @@ _: { - networking = { - hostId = "2bf6e602"; - networkmanager = { - enable = true; - dns = "systemd-resolved"; - }; - }; + networking = { + hostId = "2bf6e602"; + networkmanager = { + enable = true; + dns = "systemd-resolved"; + }; + }; } |
