From 70c6a69ff3d0cd1f5c0e81c8b39f62168119762d Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Wed, 29 Jan 2025 19:42:16 -0500 Subject: [PATCH] local.keys add type --- nixosModules/keys.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixosModules/keys.nix b/nixosModules/keys.nix index 882961d..b53b7d6 100644 --- a/nixosModules/keys.nix +++ b/nixosModules/keys.nix @@ -1,6 +1,8 @@ { lib }: { - options.local.keys = lib.mkOption { }; + options.local.keys = lib.mkOption { + type = lib.types.attrsOf lib.types.str; + }; config.local.keys = { gerg_gerg-phone = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILZKIp3iObuxEUPx1dsMiN3vyMaMQb0N1gKJY78TtRxd";