sign-ssh-user-cert

This commit is contained in:
John Lancaster
2026-04-19 18:54:09 -05:00
parent 03965917ea
commit aace1776d5
4 changed files with 30 additions and 43 deletions
-1
View File
@@ -86,7 +86,6 @@ in
home-manager.users."${username}" = {
imports = with inputs.self.modules.homeManager; [
mysops
step-ssh-user
];
shell.program = "zsh";
docker.enable = true;
-5
View File
@@ -58,11 +58,6 @@ in
homeManagerFlakeDir = flakeDir;
docker.enable = true;
step-ssh-user = {
enable = true;
principals = ["root" "${username}" "appdaemon"];
provisioner = "admin";
};
ssh = {
certificates.enable = true;
knownHosts = [