313 current 2025-10-11 18:01:55 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 18:08:36 -05:00
parent 21ecf083d2
commit 384b18b575
5 changed files with 31 additions and 30 deletions

View File

@@ -104,13 +104,6 @@ in
};
};
sops.secrets = {
"mosquitto_passwd.yaml" = {
owner = "${service}";
group = "${service}";
};
};
# add to glance
modules.services.glance.links.services = [{
title = service;
@@ -119,6 +112,13 @@ in
check-url = "http://${homelab.host_ip}:${toString cfg.port}";
icon = "di:${service}"; }];
sops.secrets = {
"mosquitto_passwd.yaml" = {
owner = "${service}";
group = "${service}";
};
};
# add to backups
modules.system.backups.baks = {
${service} = { paths = [ cfg.data_dir ]; };