diff options
author | Alan Pearce | 2024-03-10 12:38:01 +0100 |
---|---|---|
committer | Alan Pearce | 2024-03-10 12:38:01 +0100 |
commit | 164587c9b549f2689bf843fecc3a605963cefdc9 (patch) | |
tree | 370543a247d10e3336a447ad7ca98da10f8917fa /system | |
parent | e8463e792a824fd220b66339e381e4843a692344 (diff) | |
download | nixfiles-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.nix | 1 |
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 ]; } |