This commit is contained in:
Chris Cochrun 2025-05-16 22:22:17 -05:00
parent 7a6e2d051d
commit f246adb02f
2 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@
shen = lib.nixosSystem {
inherit system;
pkgs = pkgsForSystem;
specialArgs = { inherit unstable nixified-ai; };
specialArgs = { inherit unstable; };
modules = [
./system/shen/configuration.nix
simple-nixos-mailserver.nixosModule

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, unstable, nixified-ai, ... }:
{ config, lib, pkgs, unstable, ... }:
let
dn = "comfyui.tfcconnection.org";
@ -12,7 +12,7 @@ in with lib;
port = port;
models = builtins.attrValues pkgs.nixified-ai.models;
acceleration = "cuda";
customNodes = with nixified-ai.comfyui.pkgs; [
customNodes = with pkgs.nixified-ai.comfyui.pkgs; [
comfyui-gguf
comfyui-impact-pack