From 811b606bac3f94f4b5c5c23a421607e34129a08c Mon Sep 17 00:00:00 2001 From: Denis Manherz Date: Mon, 27 Nov 2023 14:58:33 +0100 Subject: [PATCH] Update --- projects/automatic1111/nixos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/automatic1111/nixos/default.nix b/projects/automatic1111/nixos/default.nix index f75703e..33da86f 100644 --- a/projects/automatic1111/nixos/default.nix +++ b/projects/automatic1111/nixos/default.nix @@ -112,7 +112,7 @@ in serviceConfig = { User = cfg.user; Group = cfg.group; - ExecStart = "${getExe cfg.package} ${escapeShellArgs}"; + ExecStart = "${getExe cfg.package}"; PrivateTmp = true; }; };