diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-01-14 15:12:35 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-01-14 16:08:27 +0100 |
| commit | 937bf1e83c1dfa26adbd8539ed0422732eaaf657 (patch) | |
| tree | 97b00d310b46754be27487b9c302d423491274c2 | |
| parent | 46d6951fd269df87695d6c342393a20cdeb845fb (diff) | |
nix: add note about multi-user installs for distributed builds
| -rw-r--r-- | modules/nix/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/nix/default.nix b/modules/nix/default.nix index ef625c6..5e7b758 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -128,6 +128,9 @@ in description = '' Whether to distribute builds to the machines listed in <option>nix.buildMachines</option>. + + NOTE: This requires services.nix-daemon.enable for a + multi-user install. ''; }; |
