This commit is contained in:
Your Name
2026-03-23 23:34:15 +01:00
parent 18abd6f613
commit 89770ace5f
+4 -2
View File
@@ -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 =