feat: add dialog-relations.at website
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
./sites/stage.korean-skin.care.nix
|
||||
./sites/feeds.jordanrannells.com.nix
|
||||
./sites/dialog-relations.cloonar.dev.nix
|
||||
./sites/dialog-relations.at.nix
|
||||
./sites/lena-schilling.cloonar.dev.nix
|
||||
./sites/lena-schilling.at.nix
|
||||
];
|
||||
|
||||
9
hosts/web-arm/sites/dialog-relations.at.nix
Normal file
9
hosts/web-arm/sites/dialog-relations.at.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
services.typo3.instances."dialog-relations.at" = {
|
||||
authorizedKeys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFfBQ1dfjWNHQyYIjTtQaJgDJFvHAZhSz5QzPfzOvnI6"
|
||||
];
|
||||
phpPackage = pkgs.php84;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user