From cd647195b9f0b617de1165bda26fe2506f9809aa Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 17 Dec 2024 17:17:12 +0300 Subject: [PATCH] add cloudflare warp --- hosts/tartarus/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/tartarus/configuration.nix b/hosts/tartarus/configuration.nix index 774509d..369e0c1 100644 --- a/hosts/tartarus/configuration.nix +++ b/hosts/tartarus/configuration.nix @@ -28,6 +28,8 @@ # }; # stylix.polarity = "dark"; + services.cloudflare-warp.enable = true; + services.vscode-server.enable = true; home-manager.useGlobalPkgs = true;