22
0
mirror of https://github.com/SuperSandro2000/nixos-modules.git synced 2024-06-02 14:29:23 +02:00

harmonia: fix priority

This commit is contained in:
Sandro - 2024-02-12 11:08:36 +01:00
parent 4c64fc5792
commit 043ea48acb
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -30,7 +30,7 @@ in
services = { services = {
harmonia.settings = lib.mkIf cfg.recommendedDefaults { harmonia.settings = lib.mkIf cfg.recommendedDefaults {
bind = "[::]:${toString cfg.port}"; bind = "[::]:${toString cfg.port}";
settings.priority = 50; # prefer cache.nixos.org priority = 50; # prefer cache.nixos.org
}; };
nginx = lib.mkIf cfg.configureNginx { nginx = lib.mkIf cfg.configureNginx {