feat: Added hdr back
This commit is contained in:
@@ -55,8 +55,8 @@
|
|||||||
"render:explicit_sync" = true;
|
"render:explicit_sync" = true;
|
||||||
"render:cm_fs_passthrough" = 1;
|
"render:cm_fs_passthrough" = 1;
|
||||||
monitor = [
|
monitor = [
|
||||||
# "${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0, bitdepth, 10, cm, hdr, sdrbrightness, 1.3, sdrsaturation, 1.0"
|
"${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0, bitdepth, 10, cm, hdr, sdrbrightness, 1.1, sdrsaturation, 1.2"
|
||||||
"${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0"
|
# "${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0"
|
||||||
"${device.monitors.secondary}, 2560x1440@170, -1440x-1120, 1, transform, 1"
|
"${device.monitors.secondary}, 2560x1440@170, -1440x-1120, 1, transform, 1"
|
||||||
"${device.monitors.tertiary}, 2560x1440@170, 2560x-1120, 1, transform, 3"
|
"${device.monitors.tertiary}, 2560x1440@170, 2560x-1120, 1, transform, 3"
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -7,9 +7,10 @@
|
|||||||
./servarr.nix
|
./servarr.nix
|
||||||
./deluge.nix
|
./deluge.nix
|
||||||
./homeassistant.nix
|
./homeassistant.nix
|
||||||
|
./flaresolverr.nix
|
||||||
|
./immich.nix
|
||||||
# ./dnscrypt.nix
|
# ./dnscrypt.nix
|
||||||
# ./resolved.nix
|
# ./resolved.nix
|
||||||
# ./blocky.nix
|
# ./blocky.nix
|
||||||
./flaresolverr.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
5
nixos/tsuba/services/immich.nix
Normal file
5
nixos/tsuba/services/immich.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{...}: {
|
||||||
|
services.immich = {
|
||||||
|
enable = false;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user