From c0317720b30a0827aa7841655196953ab0a09605 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 9 Jan 2026 17:04:21 -0800 Subject: add a publicKey options for nixos machines --- modules/host-config.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/host-config.nix') diff --git a/modules/host-config.nix b/modules/host-config.nix index 7aa4ecb..92d8eea 100644 --- a/modules/host-config.nix +++ b/modules/host-config.nix @@ -9,5 +9,9 @@ type = lib.types.nullOr lib.types.str; default = null; }; + publicKey = lib.mkOption { + type = lib.types.str; + default = "xxxx"; + }; }; } -- cgit v1.2.3