minor updates

This commit is contained in:
Vivian 2023-11-16 20:30:24 +01:00
parent 187bc9261e
commit 3dd904425b
4 changed files with 5 additions and 6 deletions

View file

@ -22,6 +22,8 @@ in
# Additional packages
environment.systemPackages = with pkgs; [ ];
# TODO: https://github.com/suderman/nixos/tree/main/modules/nixos/immich
fileSystems."/mnt/storage" = {
@ -34,6 +36,8 @@ in
ids.uids.immich = 911;
ids.gids.immich = 911;
users.groups.photos = {};
users.users.immich = {
isSystemUser = true;
group = "photos";