From 64405147238fb7f47e00c091365d6f6819a3867a Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 16 Jan 2025 16:33:34 +0100 Subject: [PATCH] chore(m4nix): remove cloudflare-warp from system configuration Eliminated cloudflare-warp from system packages and systemd setup. This cleans up unused dependencies to streamline the configuration. --- systems/aarch64-linux/m4nix/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/systems/aarch64-linux/m4nix/default.nix b/systems/aarch64-linux/m4nix/default.nix index dcc827d..0f8fa5d 100644 --- a/systems/aarch64-linux/m4nix/default.nix +++ b/systems/aarch64-linux/m4nix/default.nix @@ -28,7 +28,6 @@ with lib.metacfg; environment.systemPackages = with pkgs; [ azure-cli - cloudflare-warp desktop-file-utils kubectl kubectx @@ -48,8 +47,6 @@ with lib.metacfg; ResolveUnicastSingleLabel=yes ''; - systemd.packages = [ pkgs.cloudflare-warp ]; # for warp-cli - virtualisation = { docker.enable = true; podman.dockerCompat = false;