338 current 2025-10-11 21:54:50 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 23:44:31 -05:00
parent 406dafcd48
commit 066d5ef4b6
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ in
description = "${service} server user"; description = "${service} server user";
uid = lib.mkForce cfg.ids; uid = lib.mkForce cfg.ids;
isSystemUser = true; isSystemUser = true;
home = cfg.data_dir; #home = cfg.data_dir;
createHome = true; createHome = true;
group = "${service}"; group = "${service}";
extraGroups = [ "media" ]; extraGroups = [ "media" ];

View File

@@ -101,7 +101,7 @@ in
# # add to glance public service # # add to glance public service
# modules.services.glance.links.<category> = [{ # modules.services.glance.links.<category> = [{
# title = service; # title = service;
# url = "https://pass.${homelab.public_domain}"; # url = "https://${service}.${homelab.public_domain}";
# error-url = "http://${homelab.host_ip}:${toString cfg.port}"; # error-url = "http://${homelab.host_ip}:${toString cfg.port}";
# check-url = "http://${homelab.host_ip}:${toString cfg.port}"; # check-url = "http://${homelab.host_ip}:${toString cfg.port}";
# icon = "di:${service}"; }]; # icon = "di:${service}"; }];