Loading nixos/modules/virtualisation/azure-agent.nix +3 −8 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ let ''; in { ###### interface Loading @@ -35,10 +34,6 @@ in config = lib.mkIf cfg.enable { assertions = [{ assertion = pkgs.stdenv.hostPlatform.isx86; message = "Azure not currently supported on ${pkgs.stdenv.hostPlatform.system}"; } { assertion = config.networking.networkmanager.enable == false; message = "Windows Azure Linux Agent is not compatible with NetworkManager"; }]; Loading Loading
nixos/modules/virtualisation/azure-agent.nix +3 −8 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ let ''; in { ###### interface Loading @@ -35,10 +34,6 @@ in config = lib.mkIf cfg.enable { assertions = [{ assertion = pkgs.stdenv.hostPlatform.isx86; message = "Azure not currently supported on ${pkgs.stdenv.hostPlatform.system}"; } { assertion = config.networking.networkmanager.enable == false; message = "Windows Azure Linux Agent is not compatible with NetworkManager"; }]; Loading