From 1880125b7c35f2823a45baa5b4a8e3f8764729b8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 3 Jan 2026 08:34:27 -0800 Subject: simplify wireguard public key settings --- modules/host-config.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') 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; + }; }; } -- cgit v1.2.3