hopefully updating things for laptop and dalinar
This commit is contained in:
parent
6b27a9a6ee
commit
c25f1f4cf1
8 changed files with 116 additions and 23 deletions
|
@ -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 = [ ... ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue