kolu: unique port

This commit is contained in:
Sridhar Ratnakumar 2026-03-22 11:47:02 -04:00
parent 3de37301b3
commit 6203fa4370

View file

@ -12,6 +12,6 @@ in
enable = true;
package = inputs.kolu.packages.${pkgs.stdenv.hostPlatform.system}.default;
host = "100.122.32.106"; # Tailscale IP of pureintent
port = 7681;
port = 7692;
};
}