disable ntfy.sh on netbox
This commit is contained in:
parent
b3960bff1c
commit
accab35baf
12
netbox.nix
12
netbox.nix
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue