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";
|
||||
extraConfig = "reverse_proxy localhost:${toString config.services.homepage-dashboard.listenPort}";
|
||||
};
|
||||
# nextcloud.extraConfig = "reverse_proxy localhost:${toString ncPort}";
|
||||
other = {
|
||||
hostName = ":${toString caddyPort}";
|
||||
extraConfig = ''
|
||||
|
|
|
@ -60,15 +60,15 @@ in {
|
|||
# owner = "keycloak";
|
||||
# };
|
||||
#
|
||||
"lldap/jwt" = {
|
||||
sopsFile = ./lldap.yaml;
|
||||
owner = "lldap";
|
||||
};
|
||||
|
||||
"lldap/password" = {
|
||||
sopsFile = ./lldap.yaml;
|
||||
owner = "lldap";
|
||||
};
|
||||
# "lldap/jwt" = {
|
||||
# sopsFile = ./lldap.yaml;
|
||||
# owner = "lldap";
|
||||
# };
|
||||
#
|
||||
# "lldap/password" = {
|
||||
# sopsFile = ./lldap.yaml;
|
||||
# owner = "lldap";
|
||||
# };
|
||||
|
||||
# authelia
|
||||
authelia_lldap_password = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue