(hydrogen) add changedetection-io services

This commit is contained in:
Laureηt 2023-09-22 16:47:20 +02:00
parent 4f6a34e079
commit a496cda8c4
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1 @@
{ ... }: { services.changedetection-io = { enable = true; }; }

View file

@ -1,3 +1,12 @@
{ ... }: { { ... }: {
imports = [ ./acme ./atuin ./blocky ./fail2ban ./gitea ./nginx ./wireguard ]; imports = [
./acme
./atuin
./blocky
./changedetection
./fail2ban
./gitea
./nginx
./wireguard
];
} }