@cryptotaxi247 / infra-1 / commits / 29759d8a

* Switch cartman to 64 bit.

svn path=/configurations/trunk/tud/; revision=34725

Eelco Dolstra committed May 17, 2013 at 10:13 UTC 29759d8a87fac3728092f2e39be54cf27bc65704
1 file changed +1 -1
cartman.nix
+1 -1
@@ -192,7 +192,7 @@ in
192 rec {
193 require = [ ./common.nix ];
194
195 - nixpkgs.system = "i686-linux";
195 + nixpkgs.system = "x86_64-linux";
196
197 boot = {
198 loader.grub.device = "/dev/sda";