mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
chore: move nextcloud home folder to hdd array
This commit is contained in:
parent
0be385f8a8
commit
20bff2017c
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
home = "/mnt/array/nextcloud/";
|
||||
home = "/spinners/applications/nextcloud/";
|
||||
package = pkgs.nextcloud32;
|
||||
hostName = "cloud.liv.town";
|
||||
# appstoreEnable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue