summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoufic ar <contact@toufy.me>2026-07-11 15:54:23 +0300
committertoufic ar <contact@toufy.me>2026-07-11 15:54:23 +0300
commit21209b6ebbcca9155b3c2fb6e488ab98ac4c4c08 (patch)
tree5248af4f49f29eaa8271a99f767cf4127dbee80e
parent877d422616aeba3d3c5c5cc561e41450309334e4 (diff)
downloadservers-21209b6ebbcca9155b3c2fb6e488ab98ac4c4c08.tar.gz
servers-21209b6ebbcca9155b3c2fb6e488ab98ac4c4c08.zip
explicitly create autopush group :)
-rw-r--r--adonis/autopush/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/adonis/autopush/default.nix b/adonis/autopush/default.nix
index 6ba66b3..983170d 100644
--- a/adonis/autopush/default.nix
+++ b/adonis/autopush/default.nix
@@ -17,6 +17,7 @@ in {
owner = "autopush";
};
};
+ users.groups.autopush = {};
users.users."autopush" = {
group = "autopush";
isSystemUser = true;