tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
feat: immich
devins.page
1 month ago
678444df
d267bce7
+8
1 changed file
expand all
collapse all
unified
split
modules
nixos
services
immich.nix
+8
modules/nixos/services/immich.nix
···
1
1
+
{...}: {
2
2
+
services.immich = {
3
3
+
enable = true;
4
4
+
openFirewall = true;
5
5
+
};
6
6
+
7
7
+
users.users.immich.extraGroups = ["video" "render"];
8
8
+
}