Skip to content
Snippets Groups Projects
Commit d3afac63 authored by Florian Sesser's avatar Florian Sesser
Browse files

Make the VMs accept the derivations morph sends

parent 5547ae69
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ Vagrant.configure("2") do |config|
end
# To make the VMs assign the static IPs to the network interfaces we need a rebuild:
config.vm.provision "shell", inline: "echo '{nix.trustedUsers = [ \"@wheel\" \"root\" \"vagrant\" ];}' > /etc/nixos/custom-configuration.nix"
config.vm.provision "shell", inline: "nixos-rebuild switch"
config.trigger.after :up do |trigger|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment