feat(imxyy-nix-server/ddns-go): fix command execution

This commit is contained in:
2025-05-23 19:14:34 +08:00
parent 6daffb4d5e
commit 80f0feed39

View File

@@ -612,6 +612,9 @@
Restart = "always"; Restart = "always";
RestartSec = 120; RestartSec = 120;
}; };
path = [
pkgs.bash
];
}; };
services.dnsmasq = services.dnsmasq =