✨ (hydrogen) add changedetection-io services
This commit is contained in:
parent
4f6a34e079
commit
a496cda8c4
1
hosts/hydrogen/services/changedetection/default.nix
Normal file
1
hosts/hydrogen/services/changedetection/default.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{ ... }: { services.changedetection-io = { enable = true; }; }
|
|
@ -1,3 +1,12 @@
|
|||
{ ... }: {
|
||||
imports = [ ./acme ./atuin ./blocky ./fail2ban ./gitea ./nginx ./wireguard ];
|
||||
imports = [
|
||||
./acme
|
||||
./atuin
|
||||
./blocky
|
||||
./changedetection
|
||||
./fail2ban
|
||||
./gitea
|
||||
./nginx
|
||||
./wireguard
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue