diff --git a/flake.nix b/flake.nix index cf0c9ea..c8962ac 100644 --- a/flake.nix +++ b/flake.nix @@ -56,10 +56,10 @@ flake = { nixosModules.default = { pkgs, ... }: { imports = [ ./module.nix ]; - services.authentik.authentikComponents = withSystem pkgs.stdenv.hostPlatform.system ( + services.authentik.authentikComponents = pkgs.lib.mkDefault (withSystem pkgs.stdenv.hostPlatform.system ( { config, ... }: { inherit (config.packages) celery staticWorkdirDeps migrate pythonEnv frontend gopkgs docs; } - ); + )); }; }; perSystem = { pkgs, system, ... }: let