modules: Update dn42-pingfinder script

This commit is contained in:
The Hedgehog 2022-10-16 16:52:18 -04:00
parent c7ad1775a9
commit 05fe44be48
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{config, ...}: { {config, ...}: {
virtualisation.oci-containers.containers = let virtualisation.oci-containers.containers = let
authentikVersion = "2022.9.1"; authentikVersion = "2022.9";
in { in {
authentik-db = { authentik-db = {
image = "postgres:12-alpine"; image = "postgres:12-alpine";

View file

@ -17,7 +17,7 @@
]; ];
script = '' script = ''
export UUID=$(cat ${config.services."dn42-pingfinder".uuidFile}) export UUID=$(cat ${config.services."dn42-pingfinder".uuidFile})
exec ${pkgs.dn42-pingfinder}/bin/dn42-pingfinder exec ${pkgs.nur.repos.xddxdd.dn42-pingfinder}/bin/dn42-pingfinder
''; '';
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";