dockerfy netbird
This commit is contained in:
@@ -7,10 +7,9 @@
|
||||
|
||||
config = lib.mkIf (config.sysconfig.docker.netbird.enable && config.sysconfig.docker.enable) {
|
||||
|
||||
sops.secrets = {
|
||||
"netbird/pass" = {};
|
||||
"netbird/secret_key" = {};
|
||||
};
|
||||
networking.firewall.allowedUDPPorts = [ 3478 ];
|
||||
|
||||
sops.secrets."netbird/secret_key" = {};
|
||||
|
||||
sops.templates."netbird-relay.env" = {
|
||||
content = ''
|
||||
|
||||
Reference in New Issue
Block a user