From ee838b2f2e2ccd1e11f3fbbf82ca5f61c6089bfe Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Fri, 3 Mar 2023 17:33:06 +0100 Subject: [PATCH] Add a tag to the heimdall container This correctly labels it in the system logs otherwise you only see the id --- modules/heimdall/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/heimdall/default.nix b/modules/heimdall/default.nix index ef35b86..8bcc61d 100644 --- a/modules/heimdall/default.nix +++ b/modules/heimdall/default.nix @@ -18,6 +18,7 @@ ]; extraOptions = [ ''--mount=type=volume,source=heimdall,target=/config,volume-driver=local,volume-opt=type=nfs,volume-opt=device=:/server_data/heimdall,"volume-opt=o=addr=10.7.89.108,rw,nfsvers=4.0,nolock,hard,noatime"'' + "--log-opt=tag='heimdall'" ]; }; };