stuff
This commit is contained in:
@ -248,22 +248,22 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
keycloak = {
|
||||
enable = true;
|
||||
|
||||
database = {
|
||||
type = "postgresql";
|
||||
createLocally = true;
|
||||
passwordFile = config.sops.secrets."keycloak_db_pw".path;
|
||||
};
|
||||
|
||||
settings = {
|
||||
hostname = "sso.fuckwit.dev";
|
||||
http-host = "127.0.0.1";
|
||||
http-port = 8004;
|
||||
proxy = "edge";
|
||||
};
|
||||
};
|
||||
# keycloak = {
|
||||
# enable = true;
|
||||
#
|
||||
# database = {
|
||||
# type = "postgresql";
|
||||
# createLocally = true;
|
||||
# passwordFile = config.sops.secrets."keycloak_db_pw".path;
|
||||
# };
|
||||
#
|
||||
# settings = {
|
||||
# hostname = "sso.fuckwit.dev";
|
||||
# http-host = "127.0.0.1";
|
||||
# http-port = 8004;
|
||||
# proxy = "edge";
|
||||
# };
|
||||
# };
|
||||
|
||||
# drone-server = {
|
||||
# enable = true;
|
||||
|
@ -5,6 +5,7 @@
|
||||
}: {
|
||||
mailserver = {
|
||||
enable = true;
|
||||
enableManageSieve = true;
|
||||
fqdn = "mail.fuckwit.dev";
|
||||
domains = ["fuckwit.dev"];
|
||||
|
||||
|
Reference in New Issue
Block a user