update homepage
Some checks failed
/ lint (push) Successful in 13s
/ build (push) Failing after 3h13m32s

This commit is contained in:
Jana Dönszelmann 2025-10-28 20:14:57 +01:00
parent a60d56425c
commit 0c044cc4ea
No known key found for this signature in database
3 changed files with 22 additions and 9 deletions

View file

@ -1,4 +1,9 @@
{ pkgs, lib, config, ... }: {
pkgs,
lib,
config,
...
}:
let let
jellyfin-config = '' jellyfin-config = ''
@ -112,7 +117,9 @@ in
}; };
systemd.services.jellyfin.environment.LIBVA_DRIVER_NAME = "iHD"; # or i965, see below systemd.services.jellyfin.environment.LIBVA_DRIVER_NAME = "iHD"; # or i965, see below
environment.sessionVariables = { LIBVA_DRIVER_NAME = "iHD"; }; # ditto environment.sessionVariables = {
LIBVA_DRIVER_NAME = "iHD";
}; # ditto
hardware.graphics = { hardware.graphics = {
enable = true; enable = true;
@ -124,7 +131,6 @@ in
]; ];
}; };
# hardware.graphics = { # hardware.graphics = {
# enable = true; # enable = true;
# package = pkgs.intel-media-driver; # package = pkgs.intel-media-driver;

View file

@ -7,16 +7,23 @@
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
root = "${flakes.homepage.packages.${pkgs.system}.website}/normal"; root = "${flakes.homepage.packages.${pkgs.system}.website}";
}; };
}; };
virtualHosts."blog.donsz.nl" = {
forceSSL = true;
http2 = true;
enableACME = true;
locations."/".return = "301 https://donsz.nl/blog";
};
virtualHosts."gay.donsz.nl" = { virtualHosts."gay.donsz.nl" = {
forceSSL = true; forceSSL = true;
http2 = true; http2 = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
root = "${flakes.homepage.packages.${pkgs.system}.website}/gay"; root = "${flakes.homepage.packages.${pkgs.system}.website-gay}";
}; };
}; };
virtualHosts."jdonszelmann.nl" = { virtualHosts."jdonszelmann.nl" = {
@ -25,7 +32,7 @@
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
root = "${flakes.homepage.packages.${pkgs.system}.website}/normal"; root = "${flakes.homepage.packages.${pkgs.system}.website}";
}; };
}; };
}; };

6
flake.lock generated
View file

@ -209,11 +209,11 @@
"nixpkgs": "nixpkgs_4" "nixpkgs": "nixpkgs_4"
}, },
"locked": { "locked": {
"lastModified": 1761082106, "lastModified": 1761692061,
"narHash": "sha256-5L2gGjZYBy40Bj61dM1UFJG7uTCOMbL1S3c8cfIbbv8=", "narHash": "sha256-BW0CFY0UNQV5qQek9KHFXH7YNCG0ZyL7SSv5iCdHcM8=",
"owner": "jdonszelmann", "owner": "jdonszelmann",
"repo": "homepage", "repo": "homepage",
"rev": "1263f29f1db9d695f311a346b4c150170f91400b", "rev": "d33fdc04f8f53d56fa8e9add11ad47915bac1c39",
"type": "github" "type": "github"
}, },
"original": { "original": {