home

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

commit 9da73d698b443169d2b1f615fcd8ad36c2c01468
parent b1565df712278caccc91c3d3f41b554d2b59a542
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  1 Jun 2023 11:29:21 +0200

flake: switch kerkouane 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 @@ -232,8 +232,8 @@ ]; }; kerkouane = { - channelName = "nixos-22_11"; - modules = stableModules_22_11 ++ [ + channelName = "nixos-23_05"; + modules = stableModules_23_05 ++ [ ./systems/modules/services/govanityurl.nix ./systems/hosts/kerkouane.nix ];