lubelogger

This commit is contained in:
TheWanderingCrow 2025-02-17 10:28:20 -05:00
parent db343f7840
commit 05c621db69
2 changed files with 2 additions and 1 deletions

View file

@ -8,5 +8,6 @@
./attic.nix
./the-nest.nix
./umami.nix
./lubelogger.nix
];
}

View file

@ -53,7 +53,7 @@ in
virtualisation.oci-containers = {
backend = "podman";
containers = {
"umami" = {
"lubelogger" = {
image = "ghcr.io/hargata/lubelogger:latest";
extraOptions = ["--ip=10.88.0.8"];
environmentFiles = [config.sops.templates."lubelogger-env".path];