mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
fix(nixos): update-mudics ping not installed
This commit is contained in:
@@ -98,7 +98,7 @@
|
|||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
after = ["network-online.target"];
|
after = ["network-online.target"];
|
||||||
wants = ["network-online.target"];
|
wants = ["network-online.target"];
|
||||||
path = with pkgs; [nushell unzip];
|
path = with pkgs; [nushell unzip iputils];
|
||||||
script = "nu ${./update.sh}";
|
script = "nu ${./update.sh}";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
WorkingDirectory = "/home/mudics/plg-mudics";
|
WorkingDirectory = "/home/mudics/plg-mudics";
|
||||||
|
|||||||
Reference in New Issue
Block a user