Improve ntfy conf
This commit is contained in:
parent
763a8367f3
commit
60975bdacc
2 changed files with 10 additions and 1 deletions
|
@ -9,4 +9,14 @@
|
||||||
|
|
||||||
# HARDWARE SPECIFIC
|
# HARDWARE SPECIFIC
|
||||||
services.qemuGuest.enable = true;
|
services.qemuGuest.enable = true;
|
||||||
|
|
||||||
|
# Make sure this service updates later than the rest, to capture any notifs from the others
|
||||||
|
system.autoUpgrade = {
|
||||||
|
dates = pkgs.lib.mkForce "05:00";
|
||||||
|
rebootWindow = pkgs.lib.mkForce {
|
||||||
|
lower = "04:30";
|
||||||
|
upper = "06:00";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
listen-https = ":443";
|
listen-https = ":443";
|
||||||
key-file = "/var/lib/ntfy/privkey.pem";
|
key-file = "/var/lib/ntfy/privkey.pem";
|
||||||
cert-file = "/var/lib/ntfy/fullchain.pem";
|
cert-file = "/var/lib/ntfy/fullchain.pem";
|
||||||
cache-file = "/var/lib/ntfy/notif-cache.sqlite";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue