ssh-ca: also sign for otter-acoustic.ts.net

This commit is contained in:
Luke Granger-Brown 2023-03-12 03:53:42 +00:00
parent 6d24fe6e78
commit 9aa6298df4
2 changed files with 2 additions and 0 deletions

View file

@ -70,6 +70,7 @@ in
default = let inherit (config.networking) hostName; in [ default = let inherit (config.networking) hostName; in [
"${hostName}.as205479.net" "${hostName}.as205479.net"
"${hostName}.int.as205479.net" "${hostName}.int.as205479.net"
"${hostName}.otter-acoustic.ts.net"
]; ];
}; };
sshCertificates.role = mkOption { sshCertificates.role = mkOption {

View file

@ -46,6 +46,7 @@ let
"${name}.as205479.net" "${name}.as205479.net"
"${name}.blade.as205479.net" "${name}.blade.as205479.net"
"${name}.int.as205479.net" "${name}.int.as205479.net"
"${name}.otter-acoustic.ts.net"
]; ];
}; };