forked from CCCHH/nix-infra
WIP: ptouch-print-server
This commit is contained in:
parent
fc5b5bb9b7
commit
fd240b0bc9
7 changed files with 248 additions and 0 deletions
14
flake.nix
14
flake.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue