Update nixos.org to 15.09
Eelco Dolstra committed
Sep 4, 2015 at 13:36 UTC
1210ab3ade6f8ca65e597553aa537d706333022c
2 files changed
+6
nixos-org/network.nix
+2
@@ -82,6 +82,8 @@ in
82
options = "bind";
83
};
84
85
+ system.stateVersion = "14.12";
86
+
87
imports = [ ./webserver.nix ];
88
};
89
}
nixos-org/webserver.nix
+4
@@ -100,6 +100,10 @@ in
100
AddType application/nix-package .nixpkg
101
AddType text/plain .sha256
102
103
+ # Serve the package/option databases as automatically
104
+ # decompressed JSON.
105
+ AddEncoding x-gzip gz
106
+
107
#StartServers 15
108
109
ExtendedStatus On