Update new cloud domain name
This commit is contained in:
parent
c3f0500bd3
commit
6230aa3b69
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
let host = "chur.fh2.ch";
|
let host = "cloud-new.qo.is";
|
||||||
in {
|
in {
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -8,7 +8,6 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
#hostName = "cloud.qo.is";
|
|
||||||
hostName = host;
|
hostName = host;
|
||||||
package = pkgs.nextcloud19;
|
package = pkgs.nextcloud19;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue