From 7eb57d645ab60d8e61911c1aebc221cc2b9d98f8 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 27 Feb 2021 02:45:40 +0000 Subject: modules/tor,sys/atuin: fix tor deprecation warnings --- sys/atuin.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/atuin.nix b/sys/atuin.nix index 85a3437e1457..187db3947167 100644 --- a/sys/atuin.nix +++ b/sys/atuin.nix @@ -291,8 +291,8 @@ in environment.systemPackages = with pkgs; [ cgit git ]; - services.tor.relay.accountingMax = "50 GBytes"; - services.tor.relay.accountingStart = "day 12:00"; + services.tor.settings.AccountingMax = "50 GBytes"; + services.tor.settings.AccountingStart = "day 12:00"; services.tor.settings.ORPort = [ { addr = "[2001:ba8:1f1:f0bc::2]"; port = 143; } ]; -- cgit 1.4.1