chore: fix terraform state submodule integration

This commit is contained in:
Kat Inskip 2022-07-10 14:05:38 -07:00
parent d473fafe03
commit 122330b290
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 3 additions and 13 deletions

14
.gitmodules vendored
View file

@ -1,12 +1,4 @@
[submodule "config/trusted"]
path = config/trusted
[submodule "tf"]
path = tf
branch = main
url = "ssh://gitea@git.kittywit.ch:62954/kat/nixfiles-trusted.git"
[submodule "config/tf"]
path = config/tf
branch = main
url = "gcrypt::ssh://gitea@git.kittywit.ch:62954/kat/nixfiles-sensitive.git#main"
[submodule "overlay/exprs"]
path = overlay/exprs
branch = main
url = "https://github.com/kittywitch/nixexprs"
url = "gcrypt::ssh://git@github.com:kittywitch/nixfiles-tf.git#main"

View file

@ -84,7 +84,6 @@ in
deps = {
select.allProviders = true;
enable = true;
/*
apply = {
doneCommand = ''
git -C "${cfg.dataDir}" add -A
@ -92,7 +91,6 @@ in
git -C "${cfg.dataDir}" push
'';
};
*/
};
terraform = {
version = "1.0";