From e7c8d4d565a9bb3a075766ac46431107a658a9af Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Thu, 22 Aug 2024 02:09:14 +0200 Subject: [PATCH] fix --- hosts/abacus/static/log.nix | 2 +- hosts/abacus/static/main.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/abacus/static/log.nix b/hosts/abacus/static/log.nix index 5187cca..f1695cd 100644 --- a/hosts/abacus/static/log.nix +++ b/hosts/abacus/static/log.nix @@ -12,7 +12,7 @@ in { systemd.tmpfiles.settings."10-static-sites".${root}.d = { user = "lukas"; - group = "lukas"; + group = "users"; mode = "0755"; }; } diff --git a/hosts/abacus/static/main.nix b/hosts/abacus/static/main.nix index 0ee4e05..17f17de 100644 --- a/hosts/abacus/static/main.nix +++ b/hosts/abacus/static/main.nix @@ -12,7 +12,7 @@ in { systemd.tmpfiles.settings."10-static-sites".${root}.d = { user = "lukas"; - group = "lukas"; + group = "users"; mode = "0755"; }; }