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 { shen = lib.nixosSystem {
inherit system; inherit system;
pkgs = pkgsForSystem; pkgs = pkgsForSystem;
specialArgs = { inherit unstable nixified-ai; }; specialArgs = { inherit unstable; };
modules = [ modules = [
./system/shen/configuration.nix ./system/shen/configuration.nix
simple-nixos-mailserver.nixosModule simple-nixos-mailserver.nixosModule

View file

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