modules: Update dn42-pingfinder script
This commit is contained in:
parent
c7ad1775a9
commit
05fe44be48
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue