WIP: ptouch-print-server

This commit is contained in:
June 2024-03-29 14:47:39 +01:00
commit fd240b0bc9
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
7 changed files with 248 additions and 0 deletions

View file

@ -197,6 +197,20 @@
./config/hosts/forgejo-actions-runner
];
};
ptouch-print-server = {
deployment = {
targetHost = "ptouch-print-server.z9.ccchh.net";
targetPort = 22;
targetUser = "colmena-deploy";
tags = [ "thinkcccluster" ];
};
imports = [
./config/common
./config/proxmox-vm
./config/hosts/ptouch-print-server
];
};
};
packages.x86_64-linux = {