diff --git a/modules/hosts/janus.nix b/modules/hosts/janus.nix index 5966e00..fc83555 100644 --- a/modules/hosts/janus.nix +++ b/modules/hosts/janus.nix @@ -40,10 +40,10 @@ in shell.program = "zsh"; docker.enable = true; - step-ssh-user = { - enable = true; - principals = [ "${hostname}" ]; - }; + # step-ssh-user = { + # enable = true; + # principals = [ "${hostname}" ]; + # }; ssh.matchSets = { certs = true; homelab = true;