Update nixpkgs-unstable

This commit is contained in:
Natsu Kagami 2024-12-07 19:26:34 +01:00
parent a3e4298d0a
commit acf1e42b69
Signed by: nki
GPG key ID: 55A032EB38B49ADB
4 changed files with 5 additions and 22 deletions

View file

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