This commit is contained in:
Aleksandr 2024-10-06 20:54:07 +03:00
parent 689f5dea6d
commit 7dd47b6238
16 changed files with 284 additions and 38 deletions

2
m/home/helix/nigger.toml Normal file
View file

@ -0,0 +1,2 @@
[a]
b = 10

View file

@ -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]