From 6fce2e1116988c94dbc457ad7c066288e8d03c66 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sat, 11 Feb 2023 13:38:54 -0700 Subject: [PATCH] Allow unlocking over tor --- machines/ray/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/ray/configuration.nix b/machines/ray/configuration.nix index c09950d..649fcf3 100644 --- a/machines/ray/configuration.nix +++ b/machines/ray/configuration.nix @@ -7,9 +7,12 @@ networking.hostName = "ray"; + services.tor.enable = true; + services.tor.client.enable = true; hardware.openrazer.enable = true; hardware.openrazer.users = [ "googlebot" ]; + hardware.openrazer.devicesOffOnScreensaver = false; users.users.googlebot.packages = [ pkgs.polychromatic ]; # depthai