aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/ginaz/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/ginaz/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix
index c01595e..5117cfc 100644
--- a/hosts/ginaz/default.nix
+++ b/hosts/ginaz/default.nix
@@ -44,6 +44,11 @@
hostName = "ginaz";
networkmanager.enable = true;
nftables.enable = true;
+ search = {
+ [
+ "bitgnome.net"
+ ]
+ };
};
nixpkgs = {