mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-05 16:37:09 +00:00
fix(nixos): update-mudics ping not installed
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user