acme: move to common profile

This commit is contained in:
Jörg Thalheim 2021-03-04 10:55:37 +01:00
parent 44b7b81239
commit 5094dd05b3
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4
3 changed files with 3 additions and 6 deletions

View file

@ -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";

View file

@ -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";

View file

@ -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
{