nixos/self-deploy: add gzip to path

The service fails without it.
This commit is contained in:
John Soo 2022-09-13 16:43:00 -07:00
parent 78bce16089
commit 026e83a4a8
No known key found for this signature in database
GPG key ID: D8A148F8CE4DDBC2

View file

@ -140,6 +140,7 @@ in
path = with pkgs; [
git
gnutar
gzip
nix
] ++ lib.optionals (cfg.switchCommand == "boot") [ systemd ];