trying to get cube off the ground again

This commit is contained in:
Anish Lakhwara
2022-12-07 15:52:37 +10:00
parent 6019c6a30f
commit a242b28158
6 changed files with 58 additions and 72 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ self, pkgs, ... }:
{
services."anish.lakhwara.com".enable = true;
services."anish.lakhwara.com".enableSSL = true;
services."anish.lakhwara.com".enableSSL = false;
}