add rsync to installer
This commit is contained in:
parent
97d38e1b77
commit
17efe22de1
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue