Compare commits

..

No commits in common. "5421eccc0b838ed6ce99aff3550ea8193be01628" and "7c7b53349a3742bebdd382bc0101d2469d998fe1" have entirely different histories.

1 changed files with 3 additions and 9 deletions

View File

@ -49,12 +49,12 @@
environmentFile = "/opt/keys/porkbun";
group = "nginx";
};
certs."sovr.cloud" = {
/*certs."sovr.cloud" = {
dnsProvider = "porkbun";
domain = "sovr.cloud";
environmentFile = "/opt/keys/porkbun";
group = "nginx";
};
};*/
defaults.email = "eli@theribbles.org";
};
# Configure network proxy if necessary
@ -65,13 +65,7 @@
enable = true;
network.enable = true;
};
services.openssh = {
enable = true;
# require public key authentication for better security
settings.PasswordAuthentication = false;
settings.KbdInteractiveAuthentication = false;
settings.PermitRootLogin = "no";
};
services.openssh.enable = true;
services.sovr-server = {
enable = true;
sessionSecret = "secret";