From 89770ace5f4557f12b286c3892cabda79bbf9121 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 23 Mar 2026 23:34:15 +0100 Subject: [PATCH] fix swap --- modules/llama-swap.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/llama-swap.nix b/modules/llama-swap.nix index 0ff49d6..b93bc2c 100644 --- a/modules/llama-swap.nix +++ b/modules/llama-swap.nix @@ -2,6 +2,8 @@ config, pkgs, lib, + inputs, + system, ... }: { @@ -19,8 +21,8 @@ services.llama-swap = { enable = true; - package = pkgs.unstable.llama-swap; - port = 11111; + package = inputs.self.packages.${system}.llama-swap; + port = 11112; openFirewall = true; settings =