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