Updated graphics to support intel and nvidia (laptop gpu without prime)

Added immich

Updated cfile and smaller changes

Updated transfer-sh password
This commit is contained in:
Jurn Wubben 2025-04-17 17:59:44 +00:00
parent 2816b53ffb
commit 6abd43ffbb
10 changed files with 419 additions and 46 deletions

View file

@ -3,7 +3,19 @@
./hardware-configuration.nix
];
niksos.server = true;
niksos = {
server = true;
graphics.nvidia = true;
graphics.intel = true;
};
services.immich = {
# settings.ffmepg.accel = "nvenc";
settings.ffmpeg.preferredHwDevice = "/dev/dri/renderD128";
accelerationDevices = [
"/dev/dri/renderD128"
];
};
systemd.sleep.extraConfig = ''
AllowSuspend=no