nixos/self-deploy: add gzip to path
The service fails without it.
This commit is contained in:
parent
78bce16089
commit
026e83a4a8
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ in
|
|||
path = with pkgs; [
|
||||
git
|
||||
gnutar
|
||||
gzip
|
||||
nix
|
||||
] ++ lib.optionals (cfg.switchCommand == "boot") [ systemd ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue