acme: move to common profile
This commit is contained in:
parent
44b7b81239
commit
5094dd05b3
3 changed files with 3 additions and 6 deletions
|
@ -61,9 +61,6 @@
|
|||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
|
||||
security.acme.email = "trash@nix-community.org";
|
||||
security.acme.acceptTerms = true;
|
||||
|
||||
nix.gc.automatic = true;
|
||||
nix.gc.options = "--delete-older-than 30d";
|
||||
|
||||
|
|
|
@ -42,9 +42,6 @@
|
|||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
security.acme.email = "trash@nix-community.org";
|
||||
security.acme.acceptTerms = true;
|
||||
|
||||
nix.gc.automatic = true;
|
||||
nix.gc.options = "--delete-older-than 30d";
|
||||
|
||||
|
|
|
@ -25,6 +25,9 @@
|
|||
# Entropy gathering daemon
|
||||
services.haveged.enable = true;
|
||||
|
||||
security.acme.email = "trash@nix-community.org";
|
||||
security.acme.acceptTerms = true;
|
||||
|
||||
nix =
|
||||
let asGB = size: toString (size * 1024 * 1024); in
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue