oignon: tor: fix redundant environment.systemPackages
authorJulien Moutinho <julm+julm-nix@sourcephile.fr>
Tue, 16 Jul 2024 18:47:03 +0000 (20:47 +0200)
committerJulien Moutinho <julm+julm-nix@sourcephile.fr>
Tue, 16 Jul 2024 18:47:03 +0000 (20:47 +0200)
hosts/oignon/networking.nix

index 273216c6baa772471b9ab4815a68ed4eaa01c693..281efebcd54ad48965264fab8a740efa9bcbceaa 100644 (file)
   #networking.domain = "sourcephile.fr";
   networking.useDHCP = false;
 
-  environment.systemPackages = [
-    #pkgs.tor-ctrl # Not packaged yet
-  ];
-
   services.tor = {
     settings = {
       HashedControlPassword = lib.readFile tor/HashedControlPassword.clear;