Add keycloak host
This commit is contained in:
parent
a16230d4a6
commit
5e7a118527
10 changed files with 180 additions and 0 deletions
8
config/hosts/keycloak/default.nix
Normal file
8
config/hosts/keycloak/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./keycloak.nix
|
||||
./nginx.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue