From 0cb89a9fe85f93734f3195ac0a2682fb1c8f5583 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Wed, 15 May 2024 19:15:04 +0200 Subject: [PATCH] fix: nachtigall wants keycloak --- hosts/nachtigall/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/nachtigall/configuration.nix b/hosts/nachtigall/configuration.nix index 851e23d..f4d9e1d 100644 --- a/hosts/nachtigall/configuration.nix +++ b/hosts/nachtigall/configuration.nix @@ -43,6 +43,10 @@ owner = "root"; }; + pub-solar-os.auth.enable = true; + + nixpkgs.config.permittedInsecurePackages = [ "keycloak-23.0.6" ]; + # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you