Reformat files with alejandra
1 file changed, 6 insertions(+), 3 deletions(-)
changed files
M system/settings/programs/tor.nix → system/settings/programs/tor.nix
@@ -1,6 +1,9 @@ -{ config, pkgs, lib, ... }: - { + config, + pkgs, + lib, + ... +}: { services.tor = { enable = true; client = {@@ -17,7 +20,7 @@ }; systemd.services.tor.wantedBy = lib.mkForce []; systemd.timers.tor = { description = "Delayed startup of Tor"; - wantedBy = [ "timers.target" ]; + wantedBy = ["timers.target"]; timerConfig = { OnActiveSec = "1 min"; };