mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -3,12 +3,13 @@
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
#pkgs-src,
|
||||
...
|
||||
}:
|
||||
{
|
||||
services = {
|
||||
immich = {
|
||||
#package = latest.immich;
|
||||
#package = pkgs-src.immich;
|
||||
enable = true;
|
||||
port = 2283;
|
||||
host = "0.0.0.0";
|
||||
|
||||
Reference in New Issue
Block a user