A lot of shit from the past month or so

This commit is contained in:
blahai 2025-03-27 16:54:23 +02:00
parent 29f489788d
commit 5303b715ff
No known key found for this signature in database
17 changed files with 306 additions and 224 deletions

View file

@ -3,6 +3,6 @@
./catppuccin.nix
./games/default.nix
./services/default.nix
./virtualisation.nix
# ./virtualisation.nix
];
}

View file

@ -12,8 +12,9 @@
protonup-qt
prismlauncher
osu-lazer-bin
mangohud
# davinci-resolve
inputs.haipkgs.packages.${pkgs.system}.jkps
# jkps
];
programs = {
@ -53,7 +54,7 @@
enable = true;
enable32Bit = true;
extraPackages = with pkgs; [
mesa.drivers
mesa
egl-wayland
libva
libva-utils

View file

@ -3,5 +3,6 @@
./pipewire.nix
./tailscale.nix
./jellyfin.nix
./immich.nix
];
}

View file

@ -0,0 +1,15 @@
{pkgs, ...}: {
services = {
immich = {
enable = true;
host = "0.0.0.0";
port = 2283;
openFirewall = true;
package = pkgs.immich;
user = "immich";
group = "immich";
accelerationDevices = ["/dev/dri/renderD128"];
mediaLocation = "/var/lib/immich";
};
};
}

View file

@ -42,6 +42,13 @@
group = "jellyfin";
};
flaresolverr = {
enable = true;
openFirewall = true;
port = 8191;
package = pkgs.flaresolverr-21hsmw;
};
prowlarr = {
enable = true;
openFirewall = true;

View file

@ -4,7 +4,7 @@
config,
...
}: let
enableIOMMU = true;
enableIOMMU = false;
in {
boot = lib.mkIf enableIOMMU {
initrd.kernelModules = lib.mkBefore [