This commit is contained in:
2025-08-07 02:14:25 +03:00
parent b55b12ff7e
commit 7636a5c4c5
7 changed files with 8 additions and 41 deletions
+1 -1
View File
@@ -6,9 +6,9 @@
{
imports = [
#./cloudflared.nix
#./nextcloud.nix
../software/beets
./immich.nix
./nextcloud.nix
./nginx.nix
./stirling-pdf.nix
];
+2 -1
View File
@@ -2,12 +2,13 @@
config,
lib,
pkgs,
inputs,
...
}:
{
services = {
immich = {
#package = pkgs-src.immich;
package = inputs.self.packages.x86_64-linux.immich;
enable = true;
port = 2283;
host = "0.0.0.0";
+1
View File
@@ -2,6 +2,7 @@
config,
lib,
pkgs,
inputs,
...
}:
{