mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
upgrade to nextcloud 26
This commit is contained in:
parent
2337db0bda
commit
480d515302
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud25; # Required to specify
|
package = pkgs.nextcloud26; # Required to specify
|
||||||
datadir = "/data/nextcloud";
|
datadir = "/data/nextcloud";
|
||||||
https = true;
|
https = true;
|
||||||
hostName = "localhost";
|
hostName = "localhost";
|
||||||
|
Loading…
Reference in New Issue
Block a user