diff options
Diffstat (limited to 'hosts/caladan')
-rw-r--r-- | hosts/caladan/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/caladan/default.nix b/hosts/caladan/default.nix index 306619a..be50754 100644 --- a/hosts/caladan/default.nix +++ b/hosts/caladan/default.nix @@ -95,6 +95,11 @@ }; nameservers = [ "192.168.1.1" ]; nftables.enable = true; + search = { + [ + "bitgnome.net" + ] + }; useDHCP = false; wireless = { enable = true; |