mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
213
This commit is contained in:
@@ -5,9 +5,13 @@
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
unstable = import inputs.nixos { system = "x86_64-linux"; };
|
||||
in
|
||||
{
|
||||
services = {
|
||||
immich = {
|
||||
package = unstable.immich;
|
||||
enable = true;
|
||||
port = 2283;
|
||||
host = "0.0.0.0";
|
||||
|
||||
Reference in New Issue
Block a user