From d6a880fefbcaa0cbfb5c9bcf69711c585e84041f Mon Sep 17 00:00:00 2001 From: Denis Manherz Date: Mon, 27 Nov 2023 15:20:37 +0100 Subject: [PATCH] Update --- projects/automatic1111/nixos/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/projects/automatic1111/nixos/default.nix b/projects/automatic1111/nixos/default.nix index ef42ce6..f13294b 100644 --- a/projects/automatic1111/nixos/default.nix +++ b/projects/automatic1111/nixos/default.nix @@ -68,6 +68,12 @@ in default = "/var/lib/a1111"; type = types.path; }; + + data-dir = mkOption { + description = "Path to A1111's SD models."; + default = "/var/lib/models/ckpt"; + type = types.path; + }; }; }; };