generating ssh user CA file

This commit is contained in:
John Lancaster
2026-03-15 12:48:35 -05:00
parent 52390daf45
commit 497b6f1f78
3 changed files with 31 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ in
imports = with inputs.self.modules.nixos; [ ssh ];
# NixOS Config
config = {
ssh.certificates = true;
ssh.certificates.enable = true;
home-manager.sharedModules = with inputs.self.modules; [
homeManager.step-client
];