Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dotfiles = import ./dotfiles-activation.nix { inherit pkgs; } {
- ".terraformrc" = pkgs.writeText "terraformrc" ''
- ${''
- providers {
- libvirt = "terraform-provider-libvirt"
- }
- ''};
- '';
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement