This commit is contained in:
Bun 2025-07-18 01:55:54 -04:00
parent 4f6a706e16
commit c7622bd33f
2 changed files with 1 additions and 2 deletions

View file

@ -17,6 +17,4 @@
networking.hostId = "0917a5c1"; networking.hostId = "0917a5c1";
services.nfs.server.enable = true; services.nfs.server.enable = true;
virtualisation.libvirtd.enable = true;
} }

View file

@ -11,6 +11,7 @@
locations = { locations = {
"/".extraConfig = '' "/".extraConfig = ''
error_page 404 /404.html; error_page 404 /404.html;
rewrite ^/\.well-known/(host-meta|webfinger).* https://fed.brid.gy$request_uri? redirect;
''; '';
"~ \\.php$".extraConfig = '' "~ \\.php$".extraConfig = ''