add zammad to fw vm, add web-arm machine
This commit is contained in:
10
hosts/web-arm/sites/gbv-aktuell.cloonar.dev.nix
Normal file
10
hosts/web-arm/sites/gbv-aktuell.cloonar.dev.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
services.typo3.instances."gbv-aktuell.cloonar.dev" = {
|
||||
domainAliases = [ "typo3-gbv-aktuell.cloonar.com" ];
|
||||
authorizedKeys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAcDedq/yqC2ROzvZGTyR/tDSnTcL3LB32O2QhkgQmfn"
|
||||
];
|
||||
phpPackage = pkgs.php81;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user