fix tabs in netbox/default.nix

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

View File

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