more pruning

This commit is contained in:
John Lancaster
2026-03-25 18:17:07 -05:00
parent d8ced840ca
commit 18b6cc16ad
2 changed files with 1 additions and 14 deletions
+1 -10
View File
@@ -1,9 +1,4 @@
{ inputs, ... }:
let
caURL = "https://janus.john-stream.com/";
stepFingerprint = "2036c44f7b5901566ff7611ea6c927291ecc6d2dd00779c0eead70ec77fa10d6";
in
{
{ self, inputs, ... }: {
#
# Home Manager Module
#
@@ -17,10 +12,6 @@ in
{
options.step-ssh-user = {
enable = lib.mkEnableOption "opionated step client config for SSH certs";
fingerprint = lib.mkOption {
type = lib.types.str;
default = "${stepFingerprint}";
};
provisioner = lib.mkOption {
type = lib.types.str;
default = "admin";