nixos/networkd: add new options introduced in systemd 257

The Wireguard public key can now be read from a file.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
Fernando Rodrigues
2025-02-17 21:51:40 +00:00
parent 557cff025b
commit cf4c8e97ad
+1
View File
@@ -437,6 +437,7 @@ let
(assertKeyIsSystemdCredential "PresharedKey")
(assertOnlyFields [
"PublicKey"
"PublicKeyFile"
"PresharedKey"
"PresharedKeyFile"
"AllowedIPs"