Re-format with nixpkgs-fmt
1 file changed, 6 insertions(+), 7 deletions(-)
changed files
M system/settings/programs/tor.nix → system/settings/programs/tor.nix
@@ -1,8 +1,7 @@ -{ - config, - pkgs, - lib, - ... +{ config +, pkgs +, lib +, ... }: { services.tor = { enable = true;@@ -17,10 +16,10 @@ torsocks = { enable = true; }; }; - systemd.services.tor.wantedBy = lib.mkForce []; + systemd.services.tor.wantedBy = lib.mkForce [ ]; systemd.timers.tor = { description = "Delayed startup of Tor"; - wantedBy = ["timers.target"]; + wantedBy = [ "timers.target" ]; timerConfig = { OnActiveSec = "1 min"; };