map roy to super user

This commit is contained in:
2025-11-15 23:03:03 -06:00
parent 8992dd25b0
commit b48737389a
+7 -1
View File
@@ -195,7 +195,13 @@
]; ];
}; };
services.postgresql.enable = true; services.postgresql = {
enable = true;
identMap = ''
postgres roy postgres
'';
};
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];