Merge pull request #190947 from jsoo1/jsoo1/self-deploy-tar

Changed files
+1
nixos
modules
services
+1
nixos/modules/services/system/self-deploy.nix
···
path = with pkgs; [
git
+
gnutar
nix
] ++ lib.optionals (cfg.switchCommand == "boot") [ systemd ];