bird service: add bird to systemPackages
For the tool birdc to monitor and configure bird.
Franz Pletz 9 years ago 7ae2d221 c6bcc485
··· 34 34 35 35 ###### implementation 36 36 config = mkIf cfg.enable { 37 37 + environment.systemPackages = [ pkg ]; 37 38 systemd.services.${variant} = { 38 39 description = "BIRD Internet Routing Daemon"; 39 40 wantedBy = [ "multi-user.target" ];