Compare commits
3 Commits
f5ea3e6236
...
aa0475161f
| Author | SHA1 | Date | |
|---|---|---|---|
| aa0475161f | |||
| e2a81e7290 | |||
| 7610a9c0e1 |
8
flake.lock
generated
8
flake.lock
generated
@@ -8,17 +8,17 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1770604276,
|
"lastModified": 1770666901,
|
||||||
"narHash": "sha256-U5u6LI8KyKf4J5fl3BfOT7woLa2tJ4JVR3y33Fa6UAs=",
|
"narHash": "sha256-IsZlmSnEZUA1o0T3wcN+KKOft7D8+Qt/uoN+wQ/YLAA=",
|
||||||
"owner": "steveyegge",
|
"owner": "steveyegge",
|
||||||
"repo": "beads",
|
"repo": "beads",
|
||||||
"rev": "bcfaed92f67238b9f4844445dca8b9fcb7abeaf3",
|
"rev": "83d3e4fe20b2efcac7689f06ad1969d9e20a815a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "steveyegge",
|
"owner": "steveyegge",
|
||||||
"repo": "beads",
|
"repo": "beads",
|
||||||
"rev": "bcfaed92f67238b9f4844445dca8b9fcb7abeaf3",
|
"rev": "83d3e4fe20b2efcac7689f06ad1969d9e20a815a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
beads = {
|
beads = {
|
||||||
# v0.49.1 has dolt server mode support (gt-1mf.3)
|
# v0.49.1 has dolt server mode support (gt-1mf.3)
|
||||||
# Pinned to 259ddd92 - uses Go 1.24 compatible with nixpkgs
|
# Pinned to 259ddd92 - uses Go 1.24 compatible with nixpkgs
|
||||||
url = "github:steveyegge/beads/bcfaed92f67238b9f4844445dca8b9fcb7abeaf3";
|
url = "github:steveyegge/beads/83d3e4fe20b2efcac7689f06ad1969d9e20a815a";
|
||||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -54,6 +54,7 @@ with lib;
|
|||||||
4000 # nfs callback
|
4000 # nfs callback
|
||||||
4001 # nlockmgr
|
4001 # nlockmgr
|
||||||
4002 # mountd
|
4002 # mountd
|
||||||
|
5000 # harmonia binary cache
|
||||||
20048 # mountd
|
20048 # mountd
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
@@ -148,6 +149,16 @@ with lib;
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Harmonia binary cache server
|
||||||
|
# Replaces the broken k8s deployment with native NixOS service
|
||||||
|
services.harmonia = {
|
||||||
|
enable = true;
|
||||||
|
signKeyPath = "/etc/harmonia/signing-key.private";
|
||||||
|
settings = {
|
||||||
|
bind = "[::]:5000";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Time zone
|
# Time zone
|
||||||
time.timeZone = "America/Los_Angeles"; # Adjust as needed
|
time.timeZone = "America/Los_Angeles"; # Adjust as needed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user