infrastructure/meta/nodes.nix

14 lines
185 B
Nix
Raw Normal View History

2023-05-22 15:06:11 +02:00
{
web-01 = {
adminGroups = [ "web" ];
admins = [ ];
deployment = {
tags = [ "web" ];
targetHost = "129.199.129.200";
};
nixpkgs = "unstable";
};
}