feat: Added hdr back

This commit is contained in:
uttarayan21
2025-07-26 23:33:48 +05:30
parent 827ba18f6f
commit 4a42fe9afa
3 changed files with 9 additions and 3 deletions

View File

@@ -7,9 +7,10 @@
./servarr.nix
./deluge.nix
./homeassistant.nix
./flaresolverr.nix
./immich.nix
# ./dnscrypt.nix
# ./resolved.nix
# ./blocky.nix
./flaresolverr.nix
];
}

View File

@@ -0,0 +1,5 @@
{...}: {
services.immich = {
enable = false;
};
}