reinstall
This commit is contained in:
commit
237853b590
29 changed files with 1096 additions and 0 deletions
9
services/immich.nix
Normal file
9
services/immich.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
services.immich = {
|
||||
enable = true;
|
||||
port = 2283;
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue