mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 07:15:07 -05:00
nextcloud: use HDD
This commit is contained in:
@@ -8,6 +8,7 @@ in {
|
||||
package = pkgs.nextcloud23;
|
||||
enable = true;
|
||||
https = true;
|
||||
home = "/media/nextcloud";
|
||||
config.adminpassFile = "/srv/nextcloud.password";
|
||||
};
|
||||
|
||||
@@ -16,8 +17,4 @@ in {
|
||||
enableACME = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.persistence = lib.mkIf persistence {
|
||||
"/persist".directories = [ "/var/lib/nextcloud" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user