mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Nix modules: change docspell user to be a normal user
Seems that unoconv requires a shell.
This commit is contained in:
@ -246,7 +246,9 @@ in {
|
||||
|
||||
users.users."${user}" = mkIf (cfg.runAs == null) {
|
||||
name = user;
|
||||
isSystemUser = true;
|
||||
isSystemUser = false;
|
||||
createHome = true;
|
||||
home = "/var/docspell";
|
||||
description = "Docspell user";
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user