home

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

commit 949ad1a7ffdba3d1d0caad0da416717a5adb3048
parent 5344d056867d1704e71253a17836b94d98d5e85f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 31 May 2022 15:29:15 +0200

flake: update kerkouane 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 @@ -205,8 +205,8 @@ ]; }; kerkouane = { - channelName = "nixos-21_11"; - modules = stableModules_21_11 ++ [ + channelName = "nixos-22_05"; + modules = stableModules_22_05 ++ [ ./systems/modules/services/govanityurl.nix ./systems/hosts/kerkouane.nix ];