home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 8b339dfc2dc054b503f5676620818a82df735949
parent 7388889363d46ff5402b73eeaf0be975e6ac3694
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 30 May 2023 17:40:25 +0200

flake: switch sakhalin to 23.05

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mflake.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -225,8 +225,8 @@ ]; }; sakhalin = { - channelName = "nixos-22_11"; - modules = stableModules_22_11 ++ [ + channelName = "nixos-23_05"; + modules = stableModules_23_05 ++ [ nixos-hardware.nixosModules.common-pc-ssd ./systems/hosts/sakhalin.nix ];