Compare commits
2 Commits
f57f7097c1
...
7c7b53349a
Author | SHA1 | Date |
---|---|---|
|
7c7b53349a | |
|
d7aabdf198 |
|
@ -41,6 +41,22 @@
|
||||||
programs.neovim.enable = true;
|
programs.neovim.enable = true;
|
||||||
programs.neovim.defaultEditor = 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
|
# Configure network proxy if necessary
|
||||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||||
|
@ -78,7 +94,7 @@
|
||||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||||
# Or disable the firewall altogether.
|
# 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
|
# Copy the NixOS configuration file and link it from the resulting system
|
||||||
# (/run/current-system/configuration.nix). This is useful in case you
|
# (/run/current-system/configuration.nix). This is useful in case you
|
||||||
|
|
Loading…
Reference in New Issue