kolu: darwin

This commit is contained in:
Sridhar Ratnakumar 2026-04-30 12:07:01 -04:00
parent ef58ce5586
commit 0d3f0c5ef5
4 changed files with 9 additions and 4 deletions

View file

@ -15,6 +15,7 @@ in
"${homeMod}/work/juspay.nix"
"${homeMod}/services/obsidian.nix"
"${homeMod}/services/kolu.nix"
# Remote builders
"${homeMod}/nix/buildMachines"
@ -27,6 +28,8 @@ in
"/nix/var/nix/profiles/default/bin"
];
services.kolu.host = "100.90.229.113"; # Tailscale IP of zest
home.packages = [
inputs.disc-scrape.packages.${pkgs.stdenv.hostPlatform.system}.default
pkgs.zellij-one

View file

@ -40,6 +40,9 @@ in
"${homeMod}/work/juspay.nix"
"${homeMod}/services/vira.nix"
"${homeMod}/services/kolu.nix"
{
services.kolu.host = "100.122.32.106"; # Tailscale IP of pureintent
}
# "${homeMod}/services/dropbox.nix"
# "${homeMod}/services/obsidian.nix"

6
flake.lock generated
View file

@ -814,11 +814,11 @@
},
"kolu": {
"locked": {
"lastModified": 1777042730,
"narHash": "sha256-UfYwZsZ7vJUyBF2yHHpTsVViy6uHrjMN1MSwk4z49wU=",
"lastModified": 1777562874,
"narHash": "sha256-NBg8UECU9KNdPdEDcvZPZhhAoyAnnGb/u0OK3DaehiM=",
"owner": "juspay",
"repo": "kolu",
"rev": "f56a9149592d246cca0f0b4d0411527a3b384db2",
"rev": "394182d9649d455dd0590d2569737c8e4642b883",
"type": "github"
},
"original": {

View file

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