This commit is contained in:
2025-10-29 08:33:18 +03:00
parent 12434007df
commit 0a82fb12ac
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -6,16 +6,16 @@
xlib,
...
}:
let
master = import inputs.nixpkgs-master {
system = "x86_64-linux";
};
in
# let
# master = import inputs.nixpkgs-master {
# system = "x86_64-linux";
# };
# in
{
services = {
immich = {
enable = true;
package = pkgs.immich;
# package = pkgs.immich;
port = 2283;
host = "0.0.0.0";
openFirewall = true;
+1 -1
View File
@@ -24,7 +24,7 @@ in
};
nextcloud = {
enable = true;
package = master.nextcloud32;
package = pkgs.nextcloud32;
hostName = "nextcloud.local";
database.createLocally = true;
home = "${xlib.dirs.services-mnt-folder}/nextcloud";