changes
This commit is contained in:
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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user