feat: Update compute01, storage01 to 23.11

This commit is contained in:
Tom Hubrecht 2023-11-29 16:12:24 +01:00
parent 18b6b0f605
commit 0dc3dfd82d
9 changed files with 14 additions and 8 deletions

View file

@ -17,7 +17,7 @@ let
deployment = { };
nixpkgs = "23.05";
nixpkgs = "23.11";
} // attrs;
in
@ -27,6 +27,7 @@ builtins.mapAttrs mkNode {
tags = [ "web" ];
};
nixpkgs = "23.05";
stateVersion = "23.05";
};