hopefully updating things for laptop and dalinar

This commit is contained in:
Chris Cochrun 2022-10-24 06:30:32 -05:00
parent 6b27a9a6ee
commit c25f1f4cf1
8 changed files with 116 additions and 23 deletions

View file

@ -233,7 +233,15 @@
};
};
systemd.servics = {
mail-cert-renew = {
enable = true;
serviceConfig = {
Type = "oneshot";
ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew"
};
};
};
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];