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
Branches
No related tags found
3 merge requests!97Merge staging into production,!96Merge develop into staging,!82Add local development network morph/nix configuration
Pipeline #480 passed
......@@ -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