Author: sandervanderburg
Date: Wed Apr 11 13:46:49 2012
New Revision: 33747
URL: https://nixos.org/websvn/nix/?rev=33747&sc=1

Log:
deployment attribute does not exists anymore, will fix this later

Modified:
   nixos/trunk/modules/services/misc/disnix.nix

Modified: nixos/trunk/modules/services/misc/disnix.nix
==============================================================================
--- nixos/trunk/modules/services/misc/disnix.nix        Wed Apr 11 10:05:29 
2012        (r33746)
+++ nixos/trunk/modules/services/misc/disnix.nix        Wed Apr 11 13:46:49 
2012        (r33747)
@@ -88,7 +88,7 @@
     services.disnix.infrastructure =
       optionalAttrs (cfg.publishInfrastructure.enable)
       ( { hostname = config.networking.hostName;
-          targetHost = config.deployment.targetHost;
+          #targetHost = config.deployment.targetHost;
           system = if config.nixpkgs.system == "" then builtins.currentSystem 
else config.nixpkgs.system;
           
           supportedTypes = (import "${pkgs.stdenv.mkDerivation {
@@ -104,7 +104,7 @@
             '';
           }}");
         }
-        // optionalAttrs (cfg.useWebServiceInterface) { targetEPR = 
"http://${config.deployment.targetHost}:8080/DisnixWebService/services/DisnixWebService";;
 }
+        #// optionalAttrs (cfg.useWebServiceInterface) { targetEPR = 
"http://${config.deployment.targetHost}:8080/DisnixWebService/services/DisnixWebService";;
 }
         // optionalAttrs (config.services.httpd.enable) { documentRoot = 
config.services.httpd.documentRoot; }
         // optionalAttrs (config.services.mysql.enable) { mysqlPort = 
config.services.mysql.port; }
         // optionalAttrs (config.services.tomcat.enable) { tomcatPort = 8080; }
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to