mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/moonraker: Add iproute2 to path
This commit is contained in:
parent
0c186263c0
commit
787aaea68e
1 changed files with 3 additions and 0 deletions
|
@ -128,6 +128,9 @@ in {
|
|||
exec ${pkg}/bin/moonraker -c ${cfg.configDir}/moonraker-temp.cfg
|
||||
'';
|
||||
|
||||
# Needs `ip` command
|
||||
path = [ pkgs.iproute2 ];
|
||||
|
||||
serviceConfig = {
|
||||
WorkingDirectory = cfg.stateDir;
|
||||
Group = cfg.group;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue