🔥 (hydrogen/services) update service's default.nix to remove ol services

This commit is contained in:
Laureηt 2023-11-29 15:33:31 +01:00
parent 4a3e8eeb0f
commit 3e36af50d5
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

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