From e12c880352775428bdaf890193cbbf6720a927f9 Mon Sep 17 00:00:00 2001 From: tdback Date: Mon, 27 Jan 2025 21:58:58 -0500 Subject: llm: change `networkRange` option to `subnet` --- hosts/frigg/modules/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') 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" -- cgit v1.2.3