changes
This commit is contained in:
parent
9cfc423a38
commit
9a5a28098c
36 changed files with 453 additions and 51 deletions
10
hosts/web-arm/sites/dialog-relations.cloonar.dev.nix
Normal file
10
hosts/web-arm/sites/dialog-relations.cloonar.dev.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
services.typo3.instances."dialog-relations.cloonar.dev" = {
|
||||
acmeRoot = "/var/lib/acme/acme-challenge";
|
||||
authorizedKeys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG1jkPi2LbnzP5hM4Mpt6rh+Vq5pTe63+zS3QvVyA4Ma"
|
||||
];
|
||||
phpPackage = pkgs.php83;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue