mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
./server
|
||||
./users.nix
|
||||
./options.nix
|
||||
#./overlays.nix
|
||||
./temp.nix
|
||||
#(lib.mkIf (config.xlib.device.type == "server") (import ./server { inherit inputs config lib pkgs ; }))
|
||||
|
||||
@@ -17,4 +18,5 @@
|
||||
nix-index-database.nixosModules.nix-index # nix-index module
|
||||
];
|
||||
_module.args.inputs = inputs;
|
||||
services.immich.package = lib.mkIf (config.xlib.device.type == "server") inputs.self.packages.x86_64-linux.immich;
|
||||
}
|
||||
|
||||
@@ -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