acme: accept conditions
This commit is contained in:
parent
f304403700
commit
ce0252a8b2
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ in
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
|
|
||||||
|
security.acme.email = "trash@nix-community.org";
|
||||||
|
security.acme.acceptTerms = true;
|
||||||
|
|
||||||
system.stateVersion = "19.09";
|
system.stateVersion = "19.09";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue