mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-08 23:53:11 +03:00
samba extend
This commit is contained in:
@@ -39,6 +39,16 @@ in
|
||||
{
|
||||
type = "ACME";
|
||||
name = "acme";
|
||||
claims = {
|
||||
enableSSHCA = false;
|
||||
allowSANs = [
|
||||
"*.home.arpa"
|
||||
"*.zeroq.su"
|
||||
"home.arpa"
|
||||
"localhost"
|
||||
];
|
||||
maxTLSCertDuration = "2160h";
|
||||
};
|
||||
}
|
||||
{
|
||||
type = "JWK";
|
||||
|
||||
Reference in New Issue
Block a user