feat: add essential tools to systemd service path in common.nix
This commit is contained in:
@@ -362,7 +362,7 @@ isoConfig // {
|
|||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "workshop-system-setup.service" ];
|
after = [ "workshop-system-setup.service" ];
|
||||||
wants = [ "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 = ''
|
script = ''
|
||||||
# Check if abra is already installed
|
# Check if abra is already installed
|
||||||
|
|||||||
Reference in New Issue
Block a user