updating...
This commit is contained in:
@@ -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,5 +1,5 @@
|
||||
{ self, pkgs, ... }:
|
||||
{
|
||||
services."anish.lakhwara.com".enable = true;
|
||||
services."anish.lakhwara.com".enableSSL = false;
|
||||
services."anish.lakhwara.com".enableSSL = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user