first commit
This commit is contained in:
commit
d802466363
14 changed files with 453 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