fix tabs in netbox/default.nix

This commit is contained in:
stupidcomputer 2024-06-20 19:47:38 -05:00
parent 413796ae2a
commit 115deb8fc0
1 changed files with 4 additions and 4 deletions

View File

@ -201,10 +201,10 @@
enableACME = true; enableACME = true;
root = "/var/www/beepboop.systems"; root = "/var/www/beepboop.systems";
locations."/" = { locations."/" = {
extraConfig = '' extraConfig = ''
port_in_redirect off; port_in_redirect off;
absolute_redirect off; absolute_redirect off;
''; '';
}; };
}; };