public-cof: upgrade nextcloud (21 → 22)
This commit is contained in:
parent
6a3af7d165
commit
df2b7e819d
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
|||
{ config, lib, ... }:
|
||||
{ pkgs, config, lib, ... }:
|
||||
{
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
hostName = "nuage.beta.rz.ens.wtf";
|
||||
https = true;
|
||||
|
||||
package = pkgs.nextcloud22;
|
||||
|
||||
config = {
|
||||
overwriteProtocol = "https";
|
||||
|
||||
|
|
Loading…
Reference in a new issue