diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-03-21 23:00:24 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-03-21 23:00:24 +0530 |
| commit | cef61e5b571bdba43d8b81c253be505c897f4c4b (patch) | |
| tree | c1bc1d97a8561c5ade0d0b5aee07e5c01baa17a4 /modules/network/default.nix | |
| parent | c5d02e0c371ca71a9a668bc15dfc63aaf5dc28f9 (diff) | |
| download | homeserver-nixos-config-cef61e5b571bdba43d8b81c253be505c897f4c4b.tar.gz homeserver-nixos-config-cef61e5b571bdba43d8b81c253be505c897f4c4b.zip | |
Omnisearch
Diffstat (limited to 'modules/network/default.nix')
| -rw-r--r-- | modules/network/default.nix | 6 |
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; |
