devel: remove stale nixidy stuff

This commit is contained in:
2025-06-19 16:46:01 +02:00
parent d1148a6df8
commit 7cd6cc352b
6 changed files with 0 additions and 54273 deletions
-13
View File
@@ -1,13 +0,0 @@
_:
{
config = {
apps = {
env = "prod";
autoSync = false;
prune = false;
atlantis.enable = true;
openfga.enable = true;
};
};
}
-17
View File
@@ -1,17 +0,0 @@
_:
{
config = {
apps = {
env = "staging";
autoSync = true;
prune = true;
atlantis = {
enable = true;
autoSync = true;
prune = false;
};
openfga.enable = true;
};
};
}