From a988b5cc9d75ad23a23b0b34b35f00bdacc9a2e2 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 27 Jul 2022 14:57:55 -0400 Subject: Upgrade nixpkgs --- Biz/OsBase.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Biz/OsBase.nix') diff --git a/Biz/OsBase.nix b/Biz/OsBase.nix index f1caee3..ba67fb5 100644 --- a/Biz/OsBase.nix +++ b/Biz/OsBase.nix @@ -4,14 +4,14 @@ let in { boot.cleanTmpDir = true; networking.firewall.allowPing = true; - nix.binaryCaches = [ "https://cache.nixos.org" ]; + nix.settings.substituters = [ "https://cache.nixos.org" ]; nix.gc.automatic = true; nix.gc.dates = "Sunday 02:15"; nix.optimise.automatic = true; nix.optimise.dates = [ "Sunday 02:30" ]; programs.mosh.enable = true; programs.mosh.withUtempter = true; - security.acme.email = "ben@bsima.me"; + security.acme.defaults.email = "ben@bsima.me"; security.acme.acceptTerms = true; security.sudo.wheelNeedsPassword = false; services.clamav.daemon.enable = true; # security -- cgit v1.2.3