338 current 2025-10-11 21:54:50 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -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" ];
|
||||||
|
|||||||
@@ -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}"; }];
|
||||||
|
|||||||
Reference in New Issue
Block a user