diff options
Diffstat (limited to 'hosts/arrakis/services.nix')
-rw-r--r-- | hosts/arrakis/services.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix index bbea27d..e2722d6 100644 --- a/hosts/arrakis/services.nix +++ b/hosts/arrakis/services.nix @@ -94,6 +94,10 @@ imports = [ (modulesPath + "/installer/netboot/netboot-minimal.nix") ]; config = { + environment.systemPackages = with pkgs; [ + rsync + ]; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; services.openssh = { |