From b6ebd71c6125b9536f023a14cf5dc96f270f3007 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Wed, 1 Feb 2023 13:15:30 +0100 Subject: [PATCH] keycloak: use version 20.0.3 from nixos-22.11 It's the same version as on nixos-unstable --- hosts/flora-6/flora-6.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/flora-6/flora-6.nix b/hosts/flora-6/flora-6.nix index 08af3d5d..d7c59716 100644 --- a/hosts/flora-6/flora-6.nix +++ b/hosts/flora-6/flora-6.nix @@ -25,11 +25,9 @@ in { profiles.users.root # make sure to configure ssh keys profiles.users.barkeeper - "${latestModulesPath}/services/web-apps/keycloak.nix" "${latestModulesPath}/services/misc/gitea.nix" ]; disabledModules = [ - "services/web-apps/keycloak.nix" "services/misc/gitea.nix" ];