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