This commit is contained in:
soraefir
2026-05-03 23:17:18 +02:00
parent 7c91cd4733
commit 66b594a1a2

View File

@@ -4,9 +4,9 @@
virtualisation.arion = {
backend = "podman-socket";
projects = {
cloud.settings = import ./docker/cloud.nix { inherit config pkgs lib; };
cloud.settings = import ../docker/cloud.nix { inherit config pkgs lib; };
authentik.settings =
import ./docker/authentik.nix { inherit config pkgs lib; };
import ../docker/authentik.nix { inherit config pkgs lib; };
};
};
};