ntfy-sh: dont autostart except on moby

it's easier to troubleshoot when there's only one subscriber...
This commit is contained in:
Colin 2023-09-26 14:48:54 +00:00
parent 36d8158414
commit d2890ecbba
2 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,7 @@
sane.programs.soundconverter.enableFor.user.colin = false;
sane.programs.eg25-control.enableFor.user.colin = true;
sane.programs.ntfy-sh.config.autostart = true;
sane.programs.dino.config.autostart = true;
# sane.programs.calls.config.autostart = true;

View File

@ -15,7 +15,7 @@ in
type = types.submodule {
options.autostart = mkOption {
type = types.bool;
default = true;
default = false;
};
};
};