diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-06-14 23:15:07 -0400 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-06-14 23:15:07 -0400 |
| commit | 029658ee78bdac2b933dc67c492f7f17358e2254 (patch) | |
| tree | cc57432e2a3944a5c5eb931fe298418bf81d97e9 /modules/lib | |
| parent | 5946be625dc90e2caadb9f7ce73885504033338b (diff) | |
shar to dendritic?
Diffstat (limited to 'modules/lib')
| -rw-r--r-- | modules/lib/hostOptions.nix | 7 |
1 files changed, 4 insertions, 3 deletions
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 = []; + # }; }; }; }; |
