mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 07:15:07 -05:00
fix evaluation errors
This commit is contained in:
@@ -34,7 +34,6 @@ in {
|
||||
# programs.git.userEmail = "gabriel@zoocha.com";
|
||||
|
||||
home.packages = [
|
||||
pkgs.drush
|
||||
pkgs.inputs.awscli-console.default
|
||||
];
|
||||
programs.awscli.enable = true;
|
||||
|
||||
@@ -13,18 +13,4 @@
|
||||
];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 5432 ];
|
||||
services.postgresql = {
|
||||
enableTCPIP = true;
|
||||
ensureDatabases = [ "projeto_cloud" ];
|
||||
ensureUsers = [{
|
||||
name = "projeto_cloud";
|
||||
ensurePermissions = {
|
||||
"DATABASE projeto_cloud" = "ALL PRIVILEGES";
|
||||
};
|
||||
}];
|
||||
authentication = ''
|
||||
host projeto_cloud projeto_cloud 0.0.0.0/0 md5
|
||||
host projeto_cloud projeto_cloud ::/0 md5
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user