feat(netbird): Deploy management server on storage01

This commit is contained in:
Tom Hubrecht 2023-12-03 22:13:30 +01:00
parent f173138848
commit 6a25ccbd1a
8 changed files with 659 additions and 1 deletions

View file

@ -5,7 +5,7 @@ let
cert = config.security.acme.certs.${domain};
allowedSubDomains = [ "cloud" "git" "videos" "social" "demarches" ];
allowedSubDomains = [ "cloud" "git" "videos" "social" "demarches" "netbird" ];
in {
services.kanidm = {
enableServer = true;