mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
{
|
||||
imports = [
|
||||
#./cloudflared.nix
|
||||
#./nextcloud.nix
|
||||
../software/beets
|
||||
./immich.nix
|
||||
./nextcloud.nix
|
||||
./nginx.nix
|
||||
./stirling-pdf.nix
|
||||
];
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user