ssh cert consolidation

This commit is contained in:
John Lancaster
2026-07-05 00:03:28 -05:00
parent b1f4b6ad41
commit a9b831a6b0
10 changed files with 39 additions and 37 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ in
modules = with inputs.self.modules; [
nixos.lxc
nixos.mysops
nixos.step-ssh-host
nixos.ssh-certs
nixos.step-client
nixos.step-ca
inputs.home-manager.nixosModules.home-manager
@@ -24,7 +24,7 @@ in
"Step-CA" = "step-ca";
};
sops.defaultSopsFile = ./secrets.yaml;
step-ssh-host = {
ssh-certs = {
hostname = hostname;
extraPrincipals = [ ipv4 ipv6 ];
};