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