merge ace helix
This commit is contained in:
13
system-modules/nx2site.nix
Executable file → Normal file
13
system-modules/nx2site.nix
Executable file → Normal file
@@ -5,18 +5,7 @@
|
||||
] else [];
|
||||
|
||||
config = lib.mkIf (host == "NxACE") {
|
||||
# security.acme = {
|
||||
# acceptTerms = true;
|
||||
# defaults.email = "acme@nx2.site";
|
||||
# certs."nx2.site" = {
|
||||
# dnsProvider = "namecheap";
|
||||
# environmentFile = ../secrets/nx2site/namecheap-creds.env;
|
||||
# };
|
||||
# };
|
||||
# services.nginx = {
|
||||
# enable = true;
|
||||
# };
|
||||
systemd = {
|
||||
systemd = {
|
||||
timers."namecheap-dynamic-dns" = {
|
||||
wantedBy = [ "timers.target" ];
|
||||
timerConfig = {
|
||||
|
||||
Reference in New Issue
Block a user