summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/laptop/cfg.nix10
-rw-r--r--hosts/vps/website.nix2
2 files changed, 9 insertions, 3 deletions
diff --git a/hosts/laptop/cfg.nix b/hosts/laptop/cfg.nix
index 35dbde7..4e2f843 100644
--- a/hosts/laptop/cfg.nix
+++ b/hosts/laptop/cfg.nix
@@ -94,6 +94,12 @@
     # networking.wireless.enable = true;
     # services.connman.enable = true;
 
+    services.tor = {
+      enable = true;
+      openFirewall = true;
+      client.enable = true;
+      torsocks.enable = true;
+    };
     environment.persistence."/nix/persist".directories = [
       "/etc/NetworkManager/system-connections"
       {
@@ -112,7 +118,7 @@
     home-manager.users.tzlil = {
       home.packages = [pkgs.schildichat-desktop-wayland pkgs.keepassxc];
       programs.qutebrowser = {
-	 enable = true;
+        enable = true;
         settings.colors.webpage.darkmode.enabled = true;
       };
     };
@@ -175,6 +181,6 @@
 
     virtualisation.docker.enable = true;
     virtualisation.docker.storageDriver = "btrfs";
-    users.users.tzlil.extraGroups = [ "docker" ];
+    users.users.tzlil.extraGroups = ["docker"];
   };
 }
diff --git a/hosts/vps/website.nix b/hosts/vps/website.nix
index edfaf57..2716aa5 100644
--- a/hosts/vps/website.nix
+++ b/hosts/vps/website.nix
@@ -113,7 +113,7 @@
               google ctf 2023 - 96th place (solo)
               tfcctf 2022     - 4th place
               google ctf 2022 - 100th place
-              
+
             contact info:
             tzlil:tzlil.net
             tzlils@protonmail.com