acme terms
This commit is contained in:
parent
9af033b5f3
commit
527492044a
4
host.nix
4
host.nix
|
@ -100,6 +100,10 @@ lib.flatMap ({ name, config, ip, ports, volumes, ... }:
|
||||||
) services;
|
) services;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# [ACME]
|
||||||
|
security.acme.acceptTerms = true;
|
||||||
|
security.acme.defaults.email = "depsterr@protonmail.com";
|
||||||
|
|
||||||
# [SSHD]
|
# [SSHD]
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user