WIP: feat/automated-account-deletion #174

Draft
b12f wants to merge 23 commits from feat/automated-account-deletion into main
Showing only changes of commit 31eb82a4e7 - Show all commits

View file

@ -39,6 +39,7 @@ in {
self.nixosModules.nginx self.nixosModules.nginx
self.nixosModules.keycloak self.nixosModules.keycloak
self.nixosModules.postgresql self.nixosModules.postgresql
{ virtualisation.memorySize = 4096; services.keycloak.database.createLocally = true; }
./support/global.nix ./support/global.nix
]; ];