chore: elfeed user setup

This commit is contained in:
Swarsel 2024-12-05 04:56:20 +01:00
parent 36d37c3476
commit e325be79ae
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 98 additions and 86 deletions

View file

@ -4,8 +4,12 @@
users.users.syncthing = {
extraGroups = [ "users" ];
group = "syncthing";
isSystemUser = true;
};
users.groups.syncthing = { };
services.syncthing = {
enable = true;
user = "swarsel";