roles/monitorserver.nix: use services directory instead of apps
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user