ntfy-alerts: init

This commit is contained in:
2026-02-24 14:43:15 -05:00
parent 28e3090c72
commit 8013435d99
8 changed files with 324 additions and 0 deletions

View File

@@ -65,5 +65,20 @@
owner = "root";
group = "root";
};
# ntfy-alerts secrets
ntfy-alerts-topic = {
file = ../secrets/ntfy-alerts-topic.age;
mode = "0400";
owner = "root";
group = "root";
};
ntfy-alerts-token = {
file = ../secrets/ntfy-alerts-token.age;
mode = "0400";
owner = "root";
group = "root";
};
};
}