Loading nixos/modules/services/web-apps/sillytavern.nix +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ in after = [ "network.target" ]; wantedBy = [ "multi-user.target" ]; # required by sillytavern's extension manager path = [ pkgs.git ]; path = [ pkgs.gitMinimal ]; environment.XDG_DATA_HOME = "%S"; serviceConfig = { Type = "simple"; Loading Loading
nixos/modules/services/web-apps/sillytavern.nix +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ in after = [ "network.target" ]; wantedBy = [ "multi-user.target" ]; # required by sillytavern's extension manager path = [ pkgs.git ]; path = [ pkgs.gitMinimal ]; environment.XDG_DATA_HOME = "%S"; serviceConfig = { Type = "simple"; Loading