forked from katzen-cafe/katzen-cafe
continuing things
This commit is contained in:
parent
6c2fea3b2f
commit
bce60dc872
9 changed files with 156 additions and 45 deletions
16
modules/keycloak.nix
Normal file
16
modules/keycloak.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services.keycloak = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
http-port = 8097;
|
||||
proxy = "edge";
|
||||
hostname = "auth.katzen.cafe";
|
||||
};
|
||||
|
||||
database = {
|
||||
createLocally = false;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue