Add of vaulwarden
Some refractoring and start of a more versatil config
This commit is contained in:
parent
372b6bc4bb
commit
d4d7073344
6 changed files with 96 additions and 33 deletions
13
module/acme.nix
Normal file
13
module/acme.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "admin+contact@wateir.fr";
|
||||
|
||||
certs."wateir.fr" = {
|
||||
dnsProvider = "ovh";
|
||||
environmentFile = "/etc/acme.env";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue