feat: add essential tools to systemd service path in common.nix

This commit is contained in:
2025-08-19 17:37:59 +02:00
parent 017a8e9e74
commit 45f2e6c230

View File

@@ -362,7 +362,7 @@ isoConfig // {
wantedBy = [ "multi-user.target" ];
after = [ "workshop-system-setup.service" ];
wants = [ "workshop-system-setup.service" ];
path = with pkgs; [ bash wget curl coreutils gnutar ];
path = with pkgs; [ bash wget curl coreutils gnutar ncurses gzip file gnugrep ];
script = ''
# Check if abra is already installed