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