nixos/frr: make runtime directory world-readable (#358930)

This commit is contained in:
Leona Maroni 2024-12-03 16:34:58 +01:00 committed by GitHub
commit 638568b385
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -220,7 +220,7 @@ in
''; '';
}; };
systemd.tmpfiles.rules = [ "d /run/frr 0750 frr frr -" ]; systemd.tmpfiles.rules = [ "d /run/frr 0755 frr frr -" ];
systemd.services.frr = { systemd.services.frr = {
description = "FRRouting"; description = "FRRouting";