1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-04 06:42:33 +03:00

Merge master into staging-next

This commit is contained in:
github-actions[bot] 2022-04-02 06:01:21 +00:00 committed by GitHub
commit fd5d77aa66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 708 additions and 62 deletions

View file

@ -17,7 +17,7 @@ in
};
birdSocket = mkOption {
type = types.path;
default = "/var/run/bird.ctl";
default = "/run/bird/bird.ctl";
description = ''
Path to BIRD2 (or BIRD1 v4) socket.
'';