mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -138,7 +138,10 @@ in
|
||||
REGRU_PASSWORD = inputs.zeroq-credentials.services.acme.password;
|
||||
};
|
||||
# wildcard домен
|
||||
identifiers = [ "*.zeroq.ru" "zeroq.ru" ];
|
||||
identifiers = [
|
||||
"*.zeroq.ru"
|
||||
"zeroq.ru"
|
||||
];
|
||||
};
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
|
||||
Reference in New Issue
Block a user