no more nixified.ai services dogfooding
This commit is contained in:
parent
2024e8f6e5
commit
17abc97f5d
3 changed files with 0 additions and 20 deletions
|
@ -42,8 +42,6 @@
|
|||
lanzaboote.url = "github:nix-community/lanzaboote";
|
||||
lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
nixified-ai.url = "github:nixified-ai/flake/2";
|
||||
|
||||
attic.url = "github:zhaofengli/attic";
|
||||
attic.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
{ config, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.nixified-ai.nixosModules.invokeai-nvidia
|
||||
];
|
||||
|
||||
services.invokeai = {
|
||||
enable = true;
|
||||
settings = {
|
||||
host = "0.0.0.0";
|
||||
root = "/srv/data/ai/invokeai";
|
||||
};
|
||||
};
|
||||
|
||||
services.hyprspace.settings.services.invokeai = "/tcp/${toString config.services.invokeai.settings.port}";
|
||||
}
|
|
@ -7,7 +7,6 @@
|
|||
./extras/attic-upload-daemon.nix
|
||||
./extras/ddcci-backlight.nix
|
||||
./extras/fbi-downloader.nix
|
||||
./extras/invokeai.nix
|
||||
./extras/nvidia-ml.nix
|
||||
./extras/vendor-reset.nix
|
||||
(import ../../users "desktop").users.max
|
||||
|
|
Loading…
Reference in a new issue