Merge branch 'master' of github.com:/kropatz/dotfiles

This commit is contained in:
Kopatz
2023-12-01 22:18:50 +01:00
3 changed files with 4 additions and 12 deletions

View File

@@ -68,7 +68,6 @@
./modules/kavita.nix
./modules/netdata.nix
./modules/tmpfs.nix
./modules/anki.nix
### Hardware ###
./modules/hardware/ssd.nix
home-manager.nixosModules.home-manager

View File

@@ -1,7 +0,0 @@
{
services.ankisyncd = {
enable = true;
port = 27701;
openFirewall = true;
};
}

View File

@@ -62,12 +62,12 @@
#serverAliases = [
# "localhost"
#];
root = "/data/website";
root = "/data/website/tracker-site-public";
forceSSL = true;
enableACME = true;
locations."/tracker-site-public" = {
tryFiles = "$uri $uri/ /tracker-site-public/index.html =404";
};
locations."/" = {
tryFiles = "$uri $uri/ /index.html =404";
};
locations."/api" = {
extraConfig =''
rewrite /api/(.*) /$1 break;