mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Update nix setup
This commit is contained in:
@ -1418,6 +1418,9 @@ in {
|
||||
createHome = true;
|
||||
home = "/var/docspell";
|
||||
description = "Docspell user";
|
||||
group = user;
|
||||
};
|
||||
users.groups."${user}" = mkIf (cfg.runAs == null) {
|
||||
};
|
||||
|
||||
# Setting up a unoconv listener to improve conversion performance
|
||||
|
Reference in New Issue
Block a user