aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/uranus
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/uranus')
-rw-r--r--hosts/uranus/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/uranus/default.nix b/hosts/uranus/default.nix
index 5d35d41..9c633f6 100644
--- a/hosts/uranus/default.nix
+++ b/hosts/uranus/default.nix
@@ -38,8 +38,13 @@
networking = {
hostId = "46fdaa8e";
hostName = "uranus";
- nftables.enable = true;
interfaces.enp2s0f0.wakeOnLan.enable = true;
+ nftables.enable = true;
+ search = {
+ [
+ "bitgnome.net"
+ ]
+ };
wireless = {
enable = true;
userControlled.enable = true;