Wordpress Error 403 Forbidden

If anyone can help me with this, I am trying to get my Wordpress back up, did a manual install of it, i have nginx setup through a nix file and mysql also. I got through the install and it has me log in, i login and 403 Forbidden.
nginx.nix, mysql.nix, configuration.nix
Permissions for /var/www/papalpenguin.com: drwxr-xr-x 5 nginx nginx 4.0K May 29 23:18 papalpenguin.com

⚡ root@Mulder  /var/www/papalpenguin.com  la
total 24M
-rw-r--r--  1 root  root   198 May 29 23:18 .htaccess
-rw-r--r--  1 nginx nginx  405 Feb  6  2020 index.php
-rw-r--r--  1 nginx nginx  24M May  7 10:53 latest.tar.gz
-rw-r--r--  1 nginx nginx  20K Dec 31 18:02 license.txt
-rw-r--r--  1 nginx nginx 7.3K Dec  8 08:13 readme.html
-rw-r--r--  1 nginx nginx 7.3K Feb 13 08:19 wp-activate.php
drwxr-xr-x  9 nginx nginx 4.0K May  7 10:52 wp-admin
-rw-r--r--  1 nginx nginx  351 Feb  6  2020 wp-blog-header.php
-rw-r--r--  1 nginx nginx 2.3K Jun 14  2023 wp-comments-post.php
-rw-r--r--  1 nginx nginx 3.2K May 29 23:13 wp-config.php
-rw-r--r--  1 nginx nginx 3.0K Nov 22  2023 wp-config-sample.php
drwxr-xr-x  5 nginx nginx 4.0K May 29 23:14 wp-content
-rw-r--r--  1 nginx nginx 5.6K May 30  2023 wp-cron.php
drwxr-xr-x 30 nginx nginx  12K May  7 10:52 wp-includes
-rw-r--r--  1 nginx nginx 2.5K Nov 26  2022 wp-links-opml.php
-rw-r--r--  1 nginx nginx 3.9K Jul 16  2023 wp-load.php
-rw-r--r--  1 nginx nginx  50K Jan 16 11:31 wp-login.php
-rw-r--r--  1 nginx nginx 8.4K Sep 16  2023 wp-mail.php
-rw-r--r--  1 nginx nginx  28K Mar  2 04:47 wp-settings.php
-rw-r--r--  1 nginx nginx  34K Jun 19  2023 wp-signup.php
-rw-r--r--  1 nginx nginx 4.8K Jun 22  2023 wp-trackback.php
-rw-r--r--  1 nginx nginx 3.2K Mar  2 07:49 xmlrpc.php
 ⚡ root@Mulder  /var/www/papalpenguin.com  



try a similar config maybe: WordPress - Nginx Configuration File (with SSL) · GitHub

wp-login.php is an actual file, other endpoint you try to access (/wp-admin, /, etc) are prolly redirecting (which seems to fail in the current config)