diff options
Diffstat (limited to 'modules/tv/git/cgit.nix')
-rw-r--r-- | modules/tv/git/cgit.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tv/git/cgit.nix b/modules/tv/git/cgit.nix index ac67ecd1a..a3b72bf8e 100644 --- a/modules/tv/git/cgit.nix +++ b/modules/tv/git/cgit.nix @@ -14,7 +14,7 @@ in name = "fcgiwrap"; uid = 2851179180; # genid fcgiwrap group = "fcgiwrap"; - home = "/var/empty"; + home = toString (pkgs.runCommand "empty" {} "mkdir -p $out"); }; users.extraGroups = lib.singleton { |