Update new cloud domain name

This commit is contained in:
Fabian Hauser 2020-10-25 15:42:55 +00:00
parent c3f0500bd3
commit 6230aa3b69

View file

@ -1,5 +1,5 @@
{ config, pkgs, ... }:
let host = "chur.fh2.ch";
let host = "cloud-new.qo.is";
in {
imports = [
@ -8,7 +8,6 @@ in {
];
services.nextcloud = {
#hostName = "cloud.qo.is";
hostName = host;
package = pkgs.nextcloud19;
};