wip: figuring it out, slowly

This commit is contained in:
Jonas Juselius
2024-10-11 18:56:56 +02:00
parent a5cf93c758
commit 768cb1ddef
4 changed files with 77 additions and 44 deletions
+8
View File
@@ -7,11 +7,19 @@
config = {
services = {
atlantis = {
enable = true;
autoSync = true;
prune = false;
};
openfga = {
enable = true;
autoSync = true;
prune = false;
};
};
};
}