diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/host-config.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/host-config.nix b/modules/host-config.nix index 5bb5e94..7aa4ecb 100644 --- a/modules/host-config.nix +++ b/modules/host-config.nix @@ -5,5 +5,9 @@ type = lib.types.attrs; default = { }; }; + wgPublicKey = lib.mkOption { + type = lib.types.nullOr lib.types.str; + default = null; + }; }; } |
