❄️ Dotfiles for our NixOS system configuration.

chore(services:ntfy): fix port property

Chloe 624b9a14 e66a9bf0

Changed files
+1 -1
services
+1 -1
services/ntfy/default.nix
···
settings = {
base-url = "https://notify.sappho.systems";
behind-proxy = true;
-
listen-http = "7070";
+
listen-http = ":7070";
attachment-total-size-limit = "2G";
attachment-file-size-limit = "100M";