mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-09-15 21:46:53 +00:00
Update nix expressions for 21.05
Also remove lots of old releases declared in release.nix.
This commit is contained in:
@@ -546,7 +546,7 @@ in {
|
||||
|
||||
users.users."${user}" = mkIf (cfg.runAs == null) {
|
||||
name = user;
|
||||
isSystemUser = false;
|
||||
isSystemUser = true;
|
||||
createHome = true;
|
||||
home = "/var/docspell";
|
||||
description = "Docspell user";
|
||||
|
Reference in New Issue
Block a user