summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-03-10 12:38:01 +0100
committerAlan Pearce2024-03-10 12:38:01 +0100
commit164587c9b549f2689bf843fecc3a605963cefdc9 (patch)
tree370543a247d10e3336a447ad7ca98da10f8917fa /system
parente8463e792a824fd220b66339e381e4843a692344 (diff)
downloadnixfiles-164587c9b549f2689bf843fecc3a605963cefdc9.tar.lz
nixfiles-164587c9b549f2689bf843fecc3a605963cefdc9.tar.zst
nixfiles-164587c9b549f2689bf843fecc3a605963cefdc9.zip
darwin: enable building remote systems
Diffstat (limited to 'system')
-rw-r--r--system/settings/darwin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/darwin.nix b/system/settings/darwin.nix
index ae537d78..b1c6aad3 100644
--- a/system/settings/darwin.nix
+++ b/system/settings/darwin.nix
@@ -32,5 +32,6 @@
   environment.systemPackages = with pkgs; [
     watch
     coreutils-prefixed
+    nixos-rebuild # for rebuilds of remote systems
   ];
 }