diff --git a/system/shared/services/nginx.nix b/system/shared/services/nginx.nix index 121f43c..90784b2 100644 --- a/system/shared/services/nginx.nix +++ b/system/shared/services/nginx.nix @@ -13,7 +13,7 @@ forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://localhost:8384"; + proxyPass = "http://127.0.0.1:8384"; }; }; }; diff --git a/system/shared/services/syncthing.nix b/system/shared/services/syncthing.nix new file mode 100644 index 0000000..779a2b9 Binary files /dev/null and b/system/shared/services/syncthing.nix differ