Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Run formatter

encode42 7d547535 7cdbfe39

+9 -2
+9 -2
packages/server/web/immich.nix
··· 47 47 48 48 ffmpeg = { 49 49 acceptedContainers = [ "webm" ]; 50 - acceptedVideoCodecs = [ "hevc" "vp9" "av1" ]; 50 + acceptedVideoCodecs = [ 51 + "hevc" 52 + "vp9" 53 + "av1" 54 + ]; 51 55 acceptedAudioCodecs = [ "libopus" ]; 52 56 53 57 targetVideoCodec = "hevc"; ··· 82 86 }; 83 87 }; 84 88 85 - users.users.immich.extraGroups = [ "video" "render" ]; 89 + users.users.immich.extraGroups = [ 90 + "video" 91 + "render" 92 + ]; 86 93 87 94 services.caddy.virtualHosts = flakeLib.mkProxies hosts '' 88 95 reverse_proxy :${toString config.services.immich.port}