refactor, ssh changes
This commit is contained in:
parent
3c6fc1476a
commit
bf05141776
7 changed files with 12 additions and 15 deletions
9
host/roam/services/security.nix
Normal file
9
host/roam/services/security.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
security = {
|
||||
acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "acme@henri-dohmen.de";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue