mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Update nix setup
This commit is contained in:
@ -663,7 +663,11 @@ in {
|
||||
createHome = true;
|
||||
home = "/var/docspell";
|
||||
description = "Docspell user";
|
||||
group = user;
|
||||
};
|
||||
users.groups."${user}" = mkIf (cfg.runAs == null) {
|
||||
};
|
||||
|
||||
|
||||
systemd.services.docspell-restserver =
|
||||
let
|
||||
|
Reference in New Issue
Block a user