aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/arrakis/services.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/arrakis/services.nix')
-rw-r--r--hosts/arrakis/services.nix4
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 = {