Compare commits
No commits in common. "5421eccc0b838ed6ce99aff3550ea8193be01628" and "7c7b53349a3742bebdd382bc0101d2469d998fe1" have entirely different histories.
5421eccc0b
...
7c7b53349a
|
@ -49,12 +49,12 @@
|
||||||
environmentFile = "/opt/keys/porkbun";
|
environmentFile = "/opt/keys/porkbun";
|
||||||
group = "nginx";
|
group = "nginx";
|
||||||
};
|
};
|
||||||
certs."sovr.cloud" = {
|
/*certs."sovr.cloud" = {
|
||||||
dnsProvider = "porkbun";
|
dnsProvider = "porkbun";
|
||||||
domain = "sovr.cloud";
|
domain = "sovr.cloud";
|
||||||
environmentFile = "/opt/keys/porkbun";
|
environmentFile = "/opt/keys/porkbun";
|
||||||
group = "nginx";
|
group = "nginx";
|
||||||
};
|
};*/
|
||||||
defaults.email = "eli@theribbles.org";
|
defaults.email = "eli@theribbles.org";
|
||||||
};
|
};
|
||||||
# Configure network proxy if necessary
|
# Configure network proxy if necessary
|
||||||
|
@ -65,13 +65,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
network.enable = true;
|
network.enable = true;
|
||||||
};
|
};
|
||||||
services.openssh = {
|
services.openssh.enable = true;
|
||||||
enable = true;
|
|
||||||
# require public key authentication for better security
|
|
||||||
settings.PasswordAuthentication = false;
|
|
||||||
settings.KbdInteractiveAuthentication = false;
|
|
||||||
settings.PermitRootLogin = "no";
|
|
||||||
};
|
|
||||||
services.sovr-server = {
|
services.sovr-server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
sessionSecret = "secret";
|
sessionSecret = "secret";
|
||||||
|
|
Loading…
Reference in New Issue