ssh user certs in home-manager

This commit is contained in:
John Lancaster
2026-07-09 09:01:34 -05:00
parent a0f5783bbc
commit b21bfd6bb4
4 changed files with 51 additions and 50 deletions
+6 -4
View File
@@ -47,10 +47,12 @@ in
];
docker.enable = true;
# ssh-new = {
# certificates.enable = true;
# host-scripts.enable = true;
# };
ssh-new = {
certificates = {
provisioner = "admin";
user.enable = true;
};
};
# ssh = {
# matchSets = {
# certs = true;