summaryrefslogtreecommitdiffstats
path: root/2configs/stats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-12-04 20:46:47 +0100
committermakefu <github@syntax-fehler.de>2021-12-04 20:46:47 +0100
commit4745d9af8ed9b4b4659ba84f14b107b6f6cbeab5 (patch)
tree1f969d9a77881b7d9524d0bfdc47fcecd460087e /2configs/stats
parent6392c7b55d605ce239ccd0c5b3237fb91512aefc (diff)
ma: add groups to users
Diffstat (limited to '2configs/stats')
-rw-r--r--2configs/stats/arafetch.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/2configs/stats/arafetch.nix b/2configs/stats/arafetch.nix
index c8ccbfbb9..0ea05e779 100644
--- a/2configs/stats/arafetch.nix
+++ b/2configs/stats/arafetch.nix
@@ -24,7 +24,9 @@ in {
inherit home;
createHome = true;
isSystemUser = true;
+ group = "arafetch";
};
+ users.groups.arafetch = {};
systemd.services.ara2mqtt = {
startAt = "05:00:00";