mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
@@ -27,7 +27,7 @@ in
|
|||||||
enableVectorChord = true;
|
enableVectorChord = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
postgresql.package = pkgs.postgresql_17;
|
# postgresql.package = pkgs.postgresql_17;
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."${config.services.immich.mediaLocation}" = {
|
fileSystems."${config.services.immich.mediaLocation}" = {
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ in
|
|||||||
};
|
};
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = master.nextcloud32;
|
package = pkgs.nextcloud32;
|
||||||
hostName = "nextcloud.local";
|
hostName = "nextcloud.local";
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
home = "${xlib.dirs.services-mnt-folder}/nextcloud";
|
home = "${xlib.dirs.services-mnt-folder}/nextcloud";
|
||||||
|
|||||||
Reference in New Issue
Block a user