forked from DGNum/infrastructure
feat: Update compute01, storage01 to 23.11
This commit is contained in:
parent
18b6b0f605
commit
0dc3dfd82d
9 changed files with 14 additions and 8 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue