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

@ -5646,8 +5646,12 @@ Also, the system state version is set here. No need to touch it.
users.users.syncthing = {
extraGroups = [ "users" ];
group = "syncthing";
isSystemUser = true;
};
users.groups.syncthing = {};
services.syncthing = {
enable = true;
user = "swarsel";