diff --git a/nixos/hosts/olympus/nginx/configuration.nix b/nixos/hosts/olympus/nginx/configuration.nix
index 05db5e1d..59a39706 100644
--- a/nixos/hosts/olympus/nginx/configuration.nix
+++ b/nixos/hosts/olympus/nginx/configuration.nix
@@ -13,6 +13,11 @@ let
add_header Access-Control-Allow-Origin *;
return 200 '${builtins.toJSON data}';
'';
+
+ website = builtins.fetchGit {
+ url = "https://git.0x76.dev/v/0x76.dev.git";
+ rev = "ecb7811560650381f41ee537b9c8493e004a108b";
+ };
in {
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
@@ -70,10 +75,12 @@ in {
enableACME = true;
forceSSL = true;
- locations."/".extraConfig = ''
- add_header Content-Type 'text/html; charset=UTF-8';
- return 200 '
Under Construction
';
- '';
+ root = "${website}";
+
+ # locations."/".extraConfig = ''
+ # add_header Content-Type 'text/html; charset=UTF-8';
+ # return 200 'Under Construction
';
+ # '';
};
"blog.xirion.net" = {
diff --git a/nixos/pkgs/plex-pass/sources.json b/nixos/pkgs/plex-pass/sources.json
index 8ae8cf92..4bcc232c 100644
--- a/nixos/pkgs/plex-pass/sources.json
+++ b/nixos/pkgs/plex-pass/sources.json
@@ -1,14 +1,14 @@
[
{
- "version": "1.40.3.8502",
+ "version": "1.40.3.8530",
"platform": "aarch64-linux",
- "url": "https://downloads.plex.tv/plex-media-server-new/1.40.3.8502-f4f0b17e1/debian/plexmediaserver_1.40.3.8502-f4f0b17e1_arm64.deb",
- "hash": "0128z2hpv8ysl7wqvhm4hrpprl5xaav083jzyfs940zl67ayglnl"
+ "url": "https://downloads.plex.tv/plex-media-server-new/1.40.3.8530-ac2fe9b3c/debian/plexmediaserver_1.40.3.8530-ac2fe9b3c_arm64.deb",
+ "hash": "1c8m3qhb3nqa9hma53crnzc1193gl63rdql32c5a7rbgwnds2m2x"
},
{
- "version": "1.40.3.8502",
+ "version": "1.40.3.8530",
"platform": "x86_64-linux",
- "url": "https://downloads.plex.tv/plex-media-server-new/1.40.3.8502-f4f0b17e1/debian/plexmediaserver_1.40.3.8502-f4f0b17e1_amd64.deb",
- "hash": "0rjys784575didrzx8bq0h0zgcbyrm7623n39si8qf4vg37k996m"
+ "url": "https://downloads.plex.tv/plex-media-server-new/1.40.3.8530-ac2fe9b3c/debian/plexmediaserver_1.40.3.8530-ac2fe9b3c_amd64.deb",
+ "hash": "16s22cf070i7acxvijw0cvqm97jrg61yg91gz918k7hrp6zsgz83"
}
]