home

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

commit 6b9141efcf071285f43764929a7adc45a6455161
parent a4d6cd4fdd2ecbfbe2f9a14d66bbaeda13523035
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  2 Jan 2023 11:45:30 +0100

Switch stable to 22.11

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

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

diff --git a/flake.nix b/flake.nix @@ -220,21 +220,21 @@ }; # Servers shikoku = { - channelName = "nixos-22_05"; - modules = stableModules_22_05 ++ [ + channelName = "nixos-22_11"; + modules = stableModules_22_11 ++ [ ./systems/hosts/shikoku.nix ]; }; sakhalin = { - channelName = "nixos-22_05"; - modules = stableModules_22_05 ++ [ + channelName = "nixos-22_11"; + modules = stableModules_22_11 ++ [ nixos-hardware.nixosModules.common-pc-ssd ./systems/hosts/sakhalin.nix ]; }; kerkouane = { - channelName = "nixos-22_05"; - modules = stableModules_22_05 ++ [ + channelName = "nixos-22_11"; + modules = stableModules_22_11 ++ [ ./systems/modules/services/govanityurl.nix ./systems/hosts/kerkouane.nix ];