mirror of
https://codeberg.org/privacy1st/nixos-anywhere-example
synced 2024-11-20 21:58:06 +01:00
NixOS 23.11
This commit is contained in:
parent
bbb222f9ab
commit
cc3fc9ea43
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
#inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
#inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
|
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
|
||||||
|
|
||||||
inputs.disko.url = "github:nix-community/disko";
|
inputs.disko.url = "github:nix-community/disko";
|
||||||
inputs.disko.inputs.nixpkgs.follows = "nixpkgs";
|
inputs.disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
@ -75,7 +75,7 @@
|
|||||||
console.keyMap = "de-latin1-nodeadkeys";
|
console.keyMap = "de-latin1-nodeadkeys";
|
||||||
|
|
||||||
# This version matches the selected nixpkgs.url on top.
|
# This version matches the selected nixpkgs.url on top.
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user