Enable a website on tarballs.nixos.org
This attribute is a recent feature in NixOps, so not having it caused the previous manual setting to be clobbered. Fixes https://github.com/NixOS/nixpkgs/issues/33462.
Eelco Dolstra committed
Jan 5, 2018 at 15:09 UTC
a8882c018538c7a4bd5f3431fd42ff01d8ce2380
1 file changed
+1
nixos-org/network.nix
+1
@@ -83,6 +83,7 @@ in
83
]
84
}
85
'';
86
+ website.enabled = true;
87
};
88
89
resources.s3Buckets.nix-cache =