infrastructure/meta/nodes.nix
2023-05-22 15:06:11 +02:00

13 lines
185 B
Nix

{
web-01 = {
adminGroups = [ "web" ];
admins = [ ];
deployment = {
tags = [ "web" ];
targetHost = "129.199.129.200";
};
nixpkgs = "unstable";
};
}