bird service: add bird to systemPackages
For the tool birdc to monitor and configure bird.
This commit is contained in:
parent
c6bcc485de
commit
7ae2d221cd
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ let
|
|||
|
||||
###### implementation
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = [ pkg ];
|
||||
systemd.services.${variant} = {
|
||||
description = "BIRD Internet Routing Daemon";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
|
Loading…
Reference in a new issue