Make harmonia build
This commit is contained in:
parent
733388ec86
commit
8153320a71
|
@ -39,7 +39,7 @@ in
|
||||||
|
|
||||||
services.harmonia = mkIf cfg.enableServer {
|
services.harmonia = mkIf cfg.enableServer {
|
||||||
enable = true;
|
enable = true;
|
||||||
signKeyPaths = [ cfg.privateKeyFile ];
|
signKeyPath = cfg.privateKeyFile;
|
||||||
settings = {
|
settings = {
|
||||||
bind = bindAddr;
|
bind = bindAddr;
|
||||||
priority = 45;
|
priority = 45;
|
||||||
|
|
|
@ -120,6 +120,13 @@ let
|
||||||
# Use stable delta compiled with old Rust version
|
# Use stable delta compiled with old Rust version
|
||||||
delta = final.stable.delta;
|
delta = final.stable.delta;
|
||||||
deepfilternet = final.stable.deepfilternet;
|
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
|
in
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue