disable ntfy.sh on netbox

This commit is contained in:
randomuser 2023-07-15 23:53:22 -05:00
parent b3960bff1c
commit accab35baf
1 changed files with 6 additions and 6 deletions

View File

@ -127,12 +127,12 @@
}; };
}; };
services.ntfy-sh = { # services.ntfy-sh = {
enable = true; # enable = true;
settings = { # settings = {
listen-http = ":3500"; # listen-http = ":3500";
}; # };
}; # };
services.vaultwarden.enable = true; services.vaultwarden.enable = true;