remove some more unused things
This commit is contained in:
parent
7ec0c303f9
commit
bfbc1cb84b
2 changed files with 9 additions and 10 deletions
|
@ -139,7 +139,6 @@ in {
|
||||||
hostName = ":80";
|
hostName = ":80";
|
||||||
extraConfig = "reverse_proxy localhost:${toString config.services.homepage-dashboard.listenPort}";
|
extraConfig = "reverse_proxy localhost:${toString config.services.homepage-dashboard.listenPort}";
|
||||||
};
|
};
|
||||||
# nextcloud.extraConfig = "reverse_proxy localhost:${toString ncPort}";
|
|
||||||
other = {
|
other = {
|
||||||
hostName = ":${toString caddyPort}";
|
hostName = ":${toString caddyPort}";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
|
@ -60,15 +60,15 @@ in {
|
||||||
# owner = "keycloak";
|
# owner = "keycloak";
|
||||||
# };
|
# };
|
||||||
#
|
#
|
||||||
"lldap/jwt" = {
|
# "lldap/jwt" = {
|
||||||
sopsFile = ./lldap.yaml;
|
# sopsFile = ./lldap.yaml;
|
||||||
owner = "lldap";
|
# owner = "lldap";
|
||||||
};
|
# };
|
||||||
|
#
|
||||||
"lldap/password" = {
|
# "lldap/password" = {
|
||||||
sopsFile = ./lldap.yaml;
|
# sopsFile = ./lldap.yaml;
|
||||||
owner = "lldap";
|
# owner = "lldap";
|
||||||
};
|
# };
|
||||||
|
|
||||||
# authelia
|
# authelia
|
||||||
authelia_lldap_password = {
|
authelia_lldap_password = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue