14 lines
185 B
Nix
14 lines
185 B
Nix
|
{
|
||
|
web-01 = {
|
||
|
adminGroups = [ "web" ];
|
||
|
admins = [ ];
|
||
|
|
||
|
deployment = {
|
||
|
tags = [ "web" ];
|
||
|
targetHost = "129.199.129.200";
|
||
|
};
|
||
|
|
||
|
nixpkgs = "unstable";
|
||
|
};
|
||
|
}
|