From bd9b1147b8be1af5747642436eec567248bddc66 Mon Sep 17 00:00:00 2001 From: rogueking Date: Sat, 20 Jun 2026 23:57:27 -0400 Subject: [PATCH] using nixos-anywhere --- hosts/ender-ml/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/ender-ml/configuration.nix b/hosts/ender-ml/configuration.nix index dc03c4f..666acaa 100644 --- a/hosts/ender-ml/configuration.nix +++ b/hosts/ender-ml/configuration.nix @@ -169,9 +169,9 @@ model = "/home/rogueking/models"; host = "0.0.0.0"; port = 8080; - extraFlags = [ - "n-gpu-layers 99" - ]; + # extraFlags = [ + # "n-gpu-layers 99" + # ]; }; # Define a user account. Don't forget to set a password with ‘passwd’.