feat(machines): Init web02

This commit is contained in:
Tom Hubrecht 2024-01-11 12:45:01 +01:00
parent ca90901e0c
commit fc0f4a603a
7 changed files with 90 additions and 0 deletions

View file

@ -42,4 +42,9 @@ builtins.mapAttrs mkNode {
stateVersion = "23.11";
nixpkgs = "unstable";
};
web02 = {
stateVersion = "24.05";
nixpkgs = "unstable";
};
}