fixes
This commit is contained in:
parent
689f5dea6d
commit
7dd47b6238
16 changed files with 284 additions and 38 deletions
2
m/home/helix/nigger.toml
Normal file
2
m/home/helix/nigger.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[a]
|
||||
b = 10
|
|
@ -9,6 +9,17 @@
|
|||
|
||||
home.stateVersion = "24.05";
|
||||
home.file = {
|
||||
".terraformrc".text = ''
|
||||
provider_installation {
|
||||
network_mirror {
|
||||
url = "https://terraform-mirror.yandexcloud.net/"
|
||||
include = ["registry.terraform.io/*/*"]
|
||||
}
|
||||
direct {
|
||||
exclude = ["registry.terraform.io/*/*"]
|
||||
}
|
||||
}
|
||||
'';
|
||||
".cargo/config.toml" = {
|
||||
text = ''
|
||||
[net]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue