mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-11 23:28:56 -05:00
lubelogger
This commit is contained in:
parent
db343f7840
commit
05c621db69
2 changed files with 2 additions and 1 deletions
|
|
@ -8,5 +8,6 @@
|
|||
./attic.nix
|
||||
./the-nest.nix
|
||||
./umami.nix
|
||||
./lubelogger.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue