Skip to content

Commit

Permalink
add rsync to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto authored and mergify[bot] committed Jan 16, 2024
1 parent 97d38e1 commit 17efe22
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions nix/installer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@
systemd.network.enable = true;
networking.dhcpcd.enable = false;

# for zapping of disko
environment.systemPackages = [ pkgs.jq ];
environment.systemPackages = [
# for zapping of disko
pkgs.jq
# for copying extra files of nixos-anywhere
pkgs.rsync
];

imports = [
./nix-settings.nix
Expand Down

0 comments on commit 17efe22

Please sign in to comment.