ssh cert consolidation
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user