From 83235af8c0592b9be523b1753d5ccb63bc765922 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 22 Dec 2023 23:48:07 -0500 Subject: [PATCH] justlog: fmt --- hosts/sakura/services/justlog.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakura/services/justlog.nix b/hosts/sakura/services/justlog.nix index eae43b0..fed0910 100644 --- a/hosts/sakura/services/justlog.nix +++ b/hosts/sakura/services/justlog.nix @@ -1,4 +1,4 @@ -{...}: { +_: { networking.firewall.allowedTCPPorts = [8025]; virtualisation.oci-containers.containers.justlog = { image = "ghcr.io/gempir/justlog";