From 00e0934a19540d43da85f17ed92387d2f64db6d5 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 24 Sep 2023 10:34:08 -0700 Subject: [PATCH] Force the user --- clamav.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clamav.nix b/clamav.nix index c2c6132..c6299d1 100644 --- a/clamav.nix +++ b/clamav.nix @@ -44,7 +44,7 @@ in { settings = { PhishingScanURLs = "no"; DatabaseDirectory = mkForce cfg.state-directory; - User = "clavmav"; + User = mkForce "clavmav"; TCPSocket = cfg.port; }; };