Switch cloud domain to live domain

This commit is contained in:
Fabian Hauser 2020-10-25 16:25:51 +00:00
parent 6230aa3b69
commit c3eebefddd

View file

@ -1,5 +1,5 @@
{ config, pkgs, ... }:
let host = "cloud-new.qo.is";
let host = "cloud.qo.is";
in {
imports = [