fix(ci): fix flake evaluation, pure modulesPath, user attrset, and add Gitea Packages upload
Test NaxOS Module Configurations / test-modules (push) Successful in 1m56s

This commit is contained in:
Lukas Holzner
2026-09-04 07:29:57 +02:00
parent 5da58ae6d7
commit 3495538ab1
9 changed files with 118 additions and 25 deletions
+9 -1
View File
@@ -59,7 +59,15 @@ in {
port = cfg.port;
mediaLocation = cfg.mediaLocation;
openFirewall = cfg.openFirewall;
accelerationDevices = cfg.accelerationDevices;
};
hardware.graphics = mkIf (cfg.runtime == "systemd") {
enable = true;
extraPackages = with pkgs; [
intel-media-driver
intel-compute-runtime
vpl-gpu-rt
];
};
services.redis.servers.immich = mkIf (cfg.runtime == "systemd") {