Make harmonia build

This commit is contained in:
Natsu Kagami 2024-08-16 17:12:05 +02:00
parent 733388ec86
commit 8153320a71
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 8 additions and 1 deletions

View file

@ -39,7 +39,7 @@ in
services.harmonia = mkIf cfg.enableServer {
enable = true;
signKeyPaths = [ cfg.privateKeyFile ];
signKeyPath = cfg.privateKeyFile;
settings = {
bind = bindAddr;
priority = 45;

View file

@ -120,6 +120,13 @@ let
# Use stable delta compiled with old Rust version
delta = final.stable.delta;
deepfilternet = final.stable.deepfilternet;
harmonia = final.callPackage
(import
(builtins.fetchurl {
url = "https://raw.githubusercontent.com/Mic92/nixpkgs/63f91202f5cd071187ede5e5ffc56003cb442876/pkgs/by-name/ha/harmonia/package.nix";
sha256 = "1mz211c0bxn116ix0j5xx4wlglpbkfg7d3npw1z8hg9gc0vbj2xb";
}))
{ };
};
in
[