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.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
|
|
||||||
security.acme.email = "trash@nix-community.org";
|
|
||||||
security.acme.acceptTerms = true;
|
|
||||||
|
|
||||||
nix.gc.automatic = true;
|
nix.gc.automatic = true;
|
||||||
nix.gc.options = "--delete-older-than 30d";
|
nix.gc.options = "--delete-older-than 30d";
|
||||||
|
|
||||||
|
|
|
@ -42,9 +42,6 @@
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
security.acme.email = "trash@nix-community.org";
|
|
||||||
security.acme.acceptTerms = true;
|
|
||||||
|
|
||||||
nix.gc.automatic = true;
|
nix.gc.automatic = true;
|
||||||
nix.gc.options = "--delete-older-than 30d";
|
nix.gc.options = "--delete-older-than 30d";
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,9 @@
|
||||||
# Entropy gathering daemon
|
# Entropy gathering daemon
|
||||||
services.haveged.enable = true;
|
services.haveged.enable = true;
|
||||||
|
|
||||||
|
security.acme.email = "trash@nix-community.org";
|
||||||
|
security.acme.acceptTerms = true;
|
||||||
|
|
||||||
nix =
|
nix =
|
||||||
let asGB = size: toString (size * 1024 * 1024); in
|
let asGB = size: toString (size * 1024 * 1024); in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue