Add system user for Bookwyrm service

This commit is contained in:
Reinout Meliesie 2025-03-04 17:23:07 +01:00
parent 418c17b666
commit 4bba2eccca
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -28,4 +28,17 @@ with pkgs . kernelmaft ;
} ;
} ;
} ;
users = {
groups = {
bookwyrm = {} ;
} ;
users = {
bookwyrm = {
group = "bookwyrm" ;
home = "/var/lib/bookwyrm" ;
isSystemUser = true ;
} ;
} ;
} ;
}