mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-08 23:55:01 +08:00
kolu: darwin
This commit is contained in:
parent
ef58ce5586
commit
0d3f0c5ef5
4 changed files with 9 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
6
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue