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:
parent
dd504716d3
commit
c566589cc2
10 changed files with 419 additions and 46 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue