typo
This commit is contained in:
@@ -205,20 +205,20 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.secrets_setup = {
|
};
|
||||||
wantedBy = [ "netbird-management.service" "coturn.service" ];
|
|
||||||
|
|
||||||
serviceConfig = {
|
systemd.services.secrets_setup = {
|
||||||
LoadCredential = [
|
wantedBy = [ "netbird-management.service" "coturn.service" ];
|
||||||
"coturnPass"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
script = ''
|
serviceConfig = {
|
||||||
cat ''${CREDENTIALS_DIRECTORY}/coturnPass > /etc/netbird/coturnPass
|
LoadCredential = [
|
||||||
'';
|
"coturnPass"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
script = ''
|
||||||
|
cat ''${CREDENTIALS_DIRECTORY}/coturnPass > /etc/netbird/coturnPass
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
|
|||||||
Reference in New Issue
Block a user