Skip to content

Instantly share code, notes, and snippets.

@TomHoenderdos
Created September 18, 2013 15:10
Show Gist options
  • Save TomHoenderdos/6610599 to your computer and use it in GitHub Desktop.
Save TomHoenderdos/6610599 to your computer and use it in GitHub Desktop.
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!
@TomHoenderdos
Copy link
Author

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";
};
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment