From 75f8b9fa713683b040aa7183fc0ded6adfe058ea Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 18 Aug 2024 15:38:24 +0200 Subject: [PATCH] fix --- hosts/abacus/miniflux.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/abacus/miniflux.nix b/hosts/abacus/miniflux.nix index 82f5a62..163e201 100644 --- a/hosts/abacus/miniflux.nix +++ b/hosts/abacus/miniflux.nix @@ -4,8 +4,8 @@ in { age.secrets.miniflux = { file = ../../secrets/miniflux.age; - owner = config.systemd.services.miniflux.serviceConfig.User; - group = "root"; + # owner = config.systemd.services.miniflux.serviceConfig.User; + # group = "root"; }; services.miniflux = {