Use 23.11 as default nixpkgs
This commit is contained in:
parent
7cd261f850
commit
0beec4baf5
3 changed files with 27 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
{ nixpkgs, nixpkgs-unstable, ... }:
|
||||
{ nixpkgs, nixpkgs-unstable, nixpkgs-23-05, ... }:
|
||||
let
|
||||
# Set of environment specific modules
|
||||
environments = {
|
||||
|
@ -50,10 +50,12 @@ in
|
|||
site = "io";
|
||||
};
|
||||
mail-1 = {
|
||||
hostNixpkgs = nixpkgs-23-05;
|
||||
site = "vs";
|
||||
environment = "proxmox";
|
||||
};
|
||||
mail-2 = {
|
||||
hostNixpkgs = nixpkgs-23-05;
|
||||
site = "wg";
|
||||
environment = "proxmox";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue