daisy don't need all that

This commit is contained in:
Audrey 2025-04-01 16:51:14 -07:00
parent 4e816ffd69
commit 93c8272302
1 changed files with 12 additions and 12 deletions

View File

@ -21,7 +21,7 @@
networking.firewall.allowedUDPPorts = [ 1337 ];
system.stateVersion = "24.11";
services.immich.enable = true;
#services.immich.enable = true;
environment.systemPackages = [
pkgs.idapro9
@ -33,15 +33,15 @@
pkgs.OVMF.fd
];
services.postgresql.enable = true;
services.postgresql.authentication = ''
local all all peer map=pgadmin-superuser
'';
services.postgresql.identMap = ''
pgadmin-superuser pgadmin postgres
pgadmin-superuser postgres postgres
'';
services.pgadmin.enable = true;
services.pgadmin.initialEmail = "audrey@rhelmot.io";
services.pgadmin.initialPasswordFile = "/var/lib/pgadmin/initial_password_file";
#services.postgresql.enable = true;
#services.postgresql.authentication = ''
# local all all peer map=pgadmin-superuser
#'';
#services.postgresql.identMap = ''
# pgadmin-superuser pgadmin postgres
# pgadmin-superuser postgres postgres
#'';
#services.pgadmin.enable = true;
#services.pgadmin.initialEmail = "audrey@rhelmot.io";
#services.pgadmin.initialPasswordFile = "/var/lib/pgadmin/initial_password_file";
}