Created
September 18, 2013 15:10
-
-
Save TomHoenderdos/6610599 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
disnixos-deploy-network ~/Nodes/disnix/deployment/network.nix --show-trace | |
Distributing intra-dependency closure of profile: /nix/store/hxq63k4magx277s64zsbbyfwjcjx0mda-nixos-13.09pre5022_71365b7-38d54cf to target: 10.0.20.112 | |
Connecting to the system bus. | |
Creating a Glib proxy object. | |
Add the argument signatures for the signal handler | |
Register D-Bus signal handlers | |
Assigned PID: 46 | |
Executing operation. | |
Received success signal from pid: 46 | |
Distributing intra-dependency closure of profile: /nix/store/fzma5hx42dzw3ac8cim2r3x98gmcifbg-nixos-13.09pre5022_71365b7-38d54cf to target: 10.0.20.129 | |
Password: | |
Connecting to the system bus. | |
Creating a Glib proxy object. | |
Add the argument signatures for the signal handler | |
Register D-Bus signal handlers | |
Assigned PID: 0 | |
Executing operation. | |
Received success signal from pid: 0 | |
Password: Connecting to the system bus. | |
Creating a Glib proxy object. | |
Add the argument signatures for the signal handler | |
Register D-Bus signal handlers | |
Assigned PID: 47 | |
Executing operation. | |
Received failure signal from pid: 47 | |
Failed to acquire a lock! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Define the configuration for our NixOS VM machines
{
build-vm = import ../configurations/build-vm.nix {
networking.hostName = "10.0.20.112";
};
build-vm2 = import ../configurations/build-vm.nix {
networking.hostName = "10.0.20.129";
};
}