Compare commits
No commits in common. "7c7b53349a3742bebdd382bc0101d2469d998fe1" and "f57f7097c117996c39ce40188586546fab21e97b" have entirely different histories.
7c7b53349a
...
f57f7097c1
|
@ -41,22 +41,6 @@
|
|||
programs.neovim.enable = true;
|
||||
programs.neovim.defaultEditor = true;
|
||||
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
certs."_.sovr.cloud" = {
|
||||
dnsProvider = "porkbun";
|
||||
domain = "*.sovr.cloud";
|
||||
environmentFile = "/opt/keys/porkbun";
|
||||
group = "nginx";
|
||||
};
|
||||
/*certs."sovr.cloud" = {
|
||||
dnsProvider = "porkbun";
|
||||
domain = "sovr.cloud";
|
||||
environmentFile = "/opt/keys/porkbun";
|
||||
group = "nginx";
|
||||
};*/
|
||||
defaults.email = "eli@theribbles.org";
|
||||
};
|
||||
# Configure network proxy if necessary
|
||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||
|
@ -94,7 +78,7 @@
|
|||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
# Or disable the firewall altogether.
|
||||
networking.firewall.enable = false;
|
||||
# networking.firewall.enable = false;
|
||||
|
||||
# Copy the NixOS configuration file and link it from the resulting system
|
||||
# (/run/current-system/configuration.nix). This is useful in case you
|
||||
|
|
Loading…
Reference in New Issue