feat(infra): init rescue01

This commit is contained in:
Julien Malka 2024-02-21 01:44:48 +01:00 committed by thubrecht
parent 817c723135
commit bdc5cbc197
6 changed files with 97 additions and 0 deletions

View file

@ -62,4 +62,8 @@ builtins.mapAttrs mkNode {
stateVersion = "24.05";
nixpkgs = "unstable";
};
rescue01 = {
stateVersion = "23.11";
};
}