mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-19 05:39:34 +01:00
added correct authentik hash
This commit is contained in:
parent
4f247f6710
commit
90f842f8c7
|
@ -3,7 +3,7 @@ let
|
||||||
authentik-version = "2024.6.1";
|
authentik-version = "2024.6.1";
|
||||||
authentik-nix-src = builtins.fetchTarball {
|
authentik-nix-src = builtins.fetchTarball {
|
||||||
url = "https://github.com/nix-community/authentik-nix/archive/version/${authentik-version}.tar.gz";
|
url = "https://github.com/nix-community/authentik-nix/archive/version/${authentik-version}.tar.gz";
|
||||||
sha256 = "15b9a2csd2m3vwhj3xc24nrqnj1hal60jrd69splln0ynbnd9ki4";
|
sha256 = "10ss29nzifyrq44080mjqa6xl6qw9mz755xcrla3kjxjl7d0mvlz";
|
||||||
};
|
};
|
||||||
authentik-nix = import authentik-nix-src;
|
authentik-nix = import authentik-nix-src;
|
||||||
cfg = config.authentik;
|
cfg = config.authentik;
|
||||||
|
|
Loading…
Reference in a new issue