roles/monitorserver.nix: use services directory instead of apps

This commit is contained in:
2025-07-08 20:54:45 -07:00
parent f99efd1580
commit 97fbd1f33e

View File

@@ -6,7 +6,7 @@ with lib;
let cfg = config.monitorserver;
in {
#imports = [ ../apps/healthchecks.nix ../apps/uptime-kuma.nix ];
#imports = [ ../services/healthchecks.nix ../services/uptime-kuma.nix ];
options.monitorserver = {
enable = mkEnableOption "Enables monitorserver role";