nixos/networkd: add new options introduced in systemd 257 (#382953)

authored by Will Fancher and committed by GitHub 286d25f5 421be36d

+1
+1
nixos/modules/system/boot/networkd.nix
··· 437 (assertKeyIsSystemdCredential "PresharedKey") 438 (assertOnlyFields [ 439 "PublicKey" 440 "PresharedKey" 441 "PresharedKeyFile" 442 "AllowedIPs"
··· 437 (assertKeyIsSystemdCredential "PresharedKey") 438 (assertOnlyFields [ 439 "PublicKey" 440 + "PublicKeyFile" 441 "PresharedKey" 442 "PresharedKeyFile" 443 "AllowedIPs"