@cryptotaxi247 / infra-1 / commits / 4cac7fe7

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

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

Eelco Dolstra committed Mar 11, 2010 at 11:43 UTC 4cac7fe7622237995fdf47b0c695d7d717bd5fd7
2 files changed +2 -2
build-machines-common.nix
+1 -1
@@ -5,7 +5,7 @@
5
6 environment.nix = pkgs.nixSqlite;
7
8 - boot.grubDevice = "/dev/sda";
8 + boot.loader.grub.device = "/dev/sda";
9 boot.kernelPackages = pkgs.linuxPackages_2_6_32;
10 boot.copyKernels = true;
11
build-machines-dell-1950.nix
+1 -1
@@ -10,5 +10,5 @@
10
11 nix.maxJobs = 8;
12
13 - environment.extraPackages = [pkgs.emacs];
13 + environment.systemPackages = [pkgs.emacs];
14 }