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
@@ -16,7 +16,7 @@ in
nix = {
settings = {
sandbox = true;
trusted-users = [ "root" "@wheel" ];
trusted-users = [ "anish" "root" "@wheel" ];
allowed-users = [ "@wheel" ];
auto-optimise-store = true;
system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
+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;
}