aboutsummaryrefslogtreecommitdiff
path: root/modules/network/default.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-03-21 23:00:24 +0530
committerAkshay Nair <phenax5@gmail.com>2026-03-21 23:00:24 +0530
commitcef61e5b571bdba43d8b81c253be505c897f4c4b (patch)
treec1bc1d97a8561c5ade0d0b5aee07e5c01baa17a4 /modules/network/default.nix
parentc5d02e0c371ca71a9a668bc15dfc63aaf5dc28f9 (diff)
downloadhomeserver-nixos-config-cef61e5b571bdba43d8b81c253be505c897f4c4b.tar.gz
homeserver-nixos-config-cef61e5b571bdba43d8b81c253be505c897f4c4b.zip
Omnisearch
Diffstat (limited to '')
-rw-r--r--modules/network/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/network/default.nix b/modules/network/default.nix
index 25cd5aa..de349e6 100644
--- a/modules/network/default.nix
+++ b/modules/network/default.nix
@@ -36,9 +36,15 @@ in
# "librarian.local" = { inherit host; port = ports.lazylibrarian; };
"paperless.local" = { inherit host; port = ports.paperless; configureNginx = true; };
"calendar.local" = { inherit host; port = ports.caldav; };
+ "search.local" = { inherit host; port = ports.search; };
};
};
+ # DNS-only mappings
+ services.bacchus-dns.hosts = {
+ "smartfridge.local" = settings.network.smartfridgeIP;
+ };
+
# Host mappings defined by service-router
services.bacchus-dns = {
enable = true;