diff --git a/modules/hosts/soteria/soteria.nix b/modules/hosts/soteria/soteria.nix index 734b2e0..828d49a 100644 --- a/modules/hosts/soteria/soteria.nix +++ b/modules/hosts/soteria/soteria.nix @@ -56,10 +56,6 @@ in mtls = { enable = true; subject = hostname; - ca = { - url = "https://janus.john-stream.com/"; - fingerprint = "2036c44f7b5901566ff7611ea6c927291ecc6d2dd00779c0eead70ec77fa10d6"; - }; san = [ "${hostname}.john-stream.com" "192.168.1.142" diff --git a/modules/programs/step-client.nix b/modules/programs/step-client.nix index 4559a3c..48ae0d2 100644 --- a/modules/programs/step-client.nix +++ b/modules/programs/step-client.nix @@ -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";