From 029658ee78bdac2b933dc67c492f7f17358e2254 Mon Sep 17 00:00:00 2001 From: scouckel Date: Sun, 14 Jun 2026 23:15:07 -0400 Subject: shar to dendritic? --- modules/lib/hostOptions.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/lib') diff --git a/modules/lib/hostOptions.nix b/modules/lib/hostOptions.nix index 37a00c8..224bb79 100644 --- a/modules/lib/hostOptions.nix +++ b/modules/lib/hostOptions.nix @@ -32,9 +32,10 @@ type = lib.types.str; default = "jckrinsky.net"; }; - sshKeys = { - type = lib.types.list lib.types.str; - }; + # sshKeys = { + # type = lib.types.listOf lib.types.singleLineStr; + # default = []; + # }; }; }; }; -- cgit v1.3.1