feat: added searXNG

This commit is contained in:
Nick 2025-03-08 01:20:29 -06:00
parent e46556f725
commit d0d63f8fc5
4 changed files with 214 additions and 23 deletions

View file

@ -5,20 +5,10 @@
...
}:
let
inherit (flake.config.people)
user0
;
inherit (flake.config.people.users.${user0})
name
;
inherit (flake.config.machines.devices)
ceres
;
inherit (flake.config.services.instances)
nextcloud
nginx
web
;
inherit (flake.config.people) user0;
inherit (flake.config.people.users.${user0}) name;
inherit (flake.config.machines.devices) ceres;
inherit (flake.config.services.instances) nextcloud nginx web;
service = nextcloud;
localhost = web.localhost.address0;
host = "${service.subdomain}.${web.domains.url1}";