add borg client to nfss
This commit is contained in:
parent
fc27554c7f
commit
364bd36c24
3 changed files with 24 additions and 1 deletions
|
|
@ -26,7 +26,10 @@ in
|
|||
default = 51820;
|
||||
description = "UDP port to listen on (server mode only)";
|
||||
};
|
||||
|
||||
|
||||
# NOTE: Private key file: /etc/wireguard/private.key
|
||||
# Generate with: wg genkey > /etc/wireguard/private.key
|
||||
# Place on host with mode 0600 (auto-generated if missing)
|
||||
privateKeyFile = mkOption {
|
||||
type = types.str;
|
||||
default = "/etc/wireguard/private.key";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue