wip: figuring out how to do multiple envs and stuff
This commit is contained in:
@@ -4,22 +4,4 @@
|
||||
./atlantis.nix
|
||||
./openfga.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
services = {
|
||||
|
||||
atlantis = {
|
||||
enable = true;
|
||||
autoSync = true;
|
||||
prune = false;
|
||||
};
|
||||
|
||||
openfga = {
|
||||
enable = true;
|
||||
autoSync = true;
|
||||
prune = false;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user