fix(nixos): update-mudics ping not installed

This commit is contained in:
2025-11-28 15:59:12 +01:00
parent 9d1e739be7
commit f62a595e4a
+1 -1
View File
@@ -98,7 +98,7 @@
wantedBy = ["multi-user.target"];
after = ["network-online.target"];
wants = ["network-online.target"];
path = with pkgs; [nushell unzip];
path = with pkgs; [nushell unzip iputils];
script = "nu ${./update.sh}";
serviceConfig = {
WorkingDirectory = "/home/mudics/plg-mudics";