Update nix setup

This commit is contained in:
eikek
2021-12-21 22:00:09 +01:00
parent 42a54e134d
commit 9e9b0aae99
4 changed files with 20 additions and 32 deletions

View File

@ -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