forked from CCCHH/nix-infra
Configure EH22 Wiki
This commit is contained in:
parent
320f4afb4a
commit
475ab8cc66
5 changed files with 218 additions and 0 deletions
14
flake.nix
14
flake.nix
|
@ -211,6 +211,20 @@
|
|||
./config/hosts/ptouch-print-server
|
||||
];
|
||||
};
|
||||
|
||||
eh22-wiki = {
|
||||
deployment = {
|
||||
targetHost = "eh22-wiki-intern.hamburg.ccc.de";
|
||||
targetPort = 22;
|
||||
targetUser = "colmena-deploy";
|
||||
tags = [ "chaosknoten" ];
|
||||
};
|
||||
imports = [
|
||||
./config/common
|
||||
./config/proxmox-vm
|
||||
./config/hosts/eh22-wiki
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
packages.x86_64-linux = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue