From a0a2551d15464a288bbb783935cb3cec17603c94 Mon Sep 17 00:00:00 2001
From: Mark Nipper <nipsy@bitgnome.net>
Date: Mon, 11 Nov 2024 21:25:47 -0800
Subject: Add rsync @netboot

---
 hosts/arrakis/services.nix | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'hosts')

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 = {
-- 
cgit v1.2.3