home

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

commit a8467ef044e34c59a4ae700e0ee5f697423eab77
parent a7ac72a113d85abad06054175435166d2bf833aa
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 31 May 2022 15:23:31 +0200

flake: update sakhalin to 22.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 @@ -197,8 +197,8 @@ ]; }; sakhalin = { - channelName = "nixos-21_11"; - modules = stableModules_21_11 ++ [ + channelName = "nixos-22_05"; + modules = stableModules_22_05 ++ [ nixos-hardware.nixosModules.common-pc-ssd ./systems/hosts/sakhalin.nix ];