refactor(teamspeak): is now on the server part and not the selfhost
This commit is contained in:
parent
9e9f112e6b
commit
e3cb788b6a
1 changed files with 0 additions and 14 deletions
|
|
@ -31,14 +31,6 @@ let
|
||||||
lib
|
lib
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
teamspeak = import ./self_host/teamspeak.nix {
|
|
||||||
inherit
|
|
||||||
inputs
|
|
||||||
config
|
|
||||||
pkgs
|
|
||||||
lib
|
|
||||||
;
|
|
||||||
};
|
|
||||||
ollama = import ./self_host/ollama.nix {
|
ollama = import ./self_host/ollama.nix {
|
||||||
inherit
|
inherit
|
||||||
inputs
|
inputs
|
||||||
|
|
@ -63,7 +55,6 @@ in
|
||||||
mail
|
mail
|
||||||
htop
|
htop
|
||||||
ollama
|
ollama
|
||||||
teamspeak
|
|
||||||
monitor
|
monitor
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -78,11 +69,6 @@ in
|
||||||
default = false;
|
default = false;
|
||||||
description = "Enable the htop";
|
description = "Enable the htop";
|
||||||
};
|
};
|
||||||
teamspeak = lib.mkOption {
|
|
||||||
type = lib.types.bool;
|
|
||||||
default = false;
|
|
||||||
description = "Enable the teamspeak";
|
|
||||||
};
|
|
||||||
ollama = lib.mkOption {
|
ollama = lib.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue