diff --git a/configurations/home/srid@zest.nix b/configurations/home/srid@zest.nix index eb3f2e8..611a27f 100644 --- a/configurations/home/srid@zest.nix +++ b/configurations/home/srid@zest.nix @@ -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 diff --git a/configurations/nixos/pureintent/default.nix b/configurations/nixos/pureintent/default.nix index bd47f0e..ce58010 100644 --- a/configurations/nixos/pureintent/default.nix +++ b/configurations/nixos/pureintent/default.nix @@ -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" diff --git a/flake.lock b/flake.lock index a931532..d64492c 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/modules/home/services/kolu.nix b/modules/home/services/kolu.nix index a910d76..50395a8 100644 --- a/modules/home/services/kolu.nix +++ b/modules/home/services/kolu.nix @@ -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; }; }