ssh-ca: also sign for otter-acoustic.ts.net
This commit is contained in:
parent
6d24fe6e78
commit
9aa6298df4
2 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,7 @@ in
|
|||
default = let inherit (config.networking) hostName; in [
|
||||
"${hostName}.as205479.net"
|
||||
"${hostName}.int.as205479.net"
|
||||
"${hostName}.otter-acoustic.ts.net"
|
||||
];
|
||||
};
|
||||
sshCertificates.role = mkOption {
|
||||
|
|
|
@ -46,6 +46,7 @@ let
|
|||
"${name}.as205479.net"
|
||||
"${name}.blade.as205479.net"
|
||||
"${name}.int.as205479.net"
|
||||
"${name}.otter-acoustic.ts.net"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue