Add system user for Bookwyrm service
This commit is contained in:
parent
418c17b666
commit
4bba2eccca
1 changed files with 13 additions and 0 deletions
|
@ -28,4 +28,17 @@ with pkgs . kernelmaft ;
|
||||||
} ;
|
} ;
|
||||||
} ;
|
} ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
users = {
|
||||||
|
groups = {
|
||||||
|
bookwyrm = {} ;
|
||||||
|
} ;
|
||||||
|
users = {
|
||||||
|
bookwyrm = {
|
||||||
|
group = "bookwyrm" ;
|
||||||
|
home = "/var/lib/bookwyrm" ;
|
||||||
|
isSystemUser = true ;
|
||||||
|
} ;
|
||||||
|
} ;
|
||||||
|
} ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue