idk
This commit is contained in:
parent
7a6e2d051d
commit
f246adb02f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue