@cryptotaxi247 / infra-1 / commits / cf50d9a8

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

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

Eelco Dolstra committed Oct 7, 2010 at 12:09 UTC cf50d9a8f647ba75ac3af1307cb4076f9f0fea43
1 file changed +3 -1
lucifer.nix
+3 -1
@@ -1,7 +1,9 @@
1 { config, pkgs, ... }:
2
3 {
4 - require = [ ./common.nix] ;
4 + require = [ ./common.nix ];
5 +
6 + networking.hostName = "lucifer";
7
8 boot.loader.grub.device = "/dev/sda";
9 boot.loader.grub.copyKernels = true;