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