macs: work around overflow in nix#3462
Graham Christensen committed
Mar 31, 2020 at 23:32 UTC
8e50ef893637d0de2182fb3f565822b9200fc4d8
1 file changed
+4
delft/network.nix
+4
@@ -5,6 +5,10 @@ let
5
deployment = {
6
targetHost = ip;
7
};
8
+
9
+ # work around nix#3462
10
+ documentation.nixos.enable = false;
11
+
12
macosGuest = {
13
enable = true;
14
network = {