fix swap
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user