updating...

This commit is contained in:
Anish Lakhwara
2022-12-07 16:29:07 +10:00
parent a242b28158
commit 243bd46338
5 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ self, pkgs, ... }:
{
services."anish.lakhwara.com".enable = true;
services."anish.lakhwara.com".enableSSL = false;
services."anish.lakhwara.com".enableSSL = true;
}