Author: eelco
Date: Thu Apr 28 14:57:45 2011
New Revision: 27034
URL: https://svn.nixos.org/websvn/nix/?rev=27034&sc=1

Log:


Modified:
   configurations/trunk/tud/cloud/cloud-vm.nix

Modified: configurations/trunk/tud/cloud/cloud-vm.nix
==============================================================================
--- configurations/trunk/tud/cloud/cloud-vm.nix Thu Apr 28 14:57:29 2011        
(r27033)
+++ configurations/trunk/tud/cloud/cloud-vm.nix Thu Apr 28 14:57:45 2011        
(r27034)
@@ -1,5 +1,7 @@
 { config, pkgs, ... }:
 
+with pkgs.lib;
+
 {
   boot.loader.grub.version = 2;
   boot.loader.grub.device = "/dev/vda";
@@ -13,8 +15,8 @@
 
   swapDevices = [ { label = "swap"; } ];
 
-  networking.hostName = "";
-  networking.firewall.enable = true;
+  networking.hostName = mkOverride 950 "";
+  networking.firewall.enable = mkOverride 950 true;
 
   services.openssh.enable = true;
 
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to