aboutsummaryrefslogtreecommitdiff
path: root/hosts/frigg
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2025-01-27 21:58:58 -0500
committertdback <tyler@tdback.net>2025-01-27 21:58:58 -0500
commite12c880352775428bdaf890193cbbf6720a927f9 (patch)
treee36f9bed68e5f68eac828f2f0d365cb59e37b4b3 /hosts/frigg
parent45d4162c338a3602b72de58ee3fe0880191f4406 (diff)
llm: change `networkRange` option to `subnet`
Diffstat (limited to 'hosts/frigg')
-rw-r--r--hosts/frigg/modules/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/frigg/modules/default.nix b/hosts/frigg/modules/default.nix
index 68ac7f3..a4cc63a 100644
--- a/hosts/frigg/modules/default.nix
+++ b/hosts/frigg/modules/default.nix
@@ -25,7 +25,7 @@
services.llm = {
enable = true;
port = 11111;
- networkRange = "10.44.0.0/16";
+ subnet = "10.44.0.0/16";
nvidiaGpu = true;
models = [
"mistral"