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.
This commit is contained in:
Harald Hoyer 2025-01-16 16:33:34 +01:00
parent adb0d8bdde
commit 6440514723

View file

@ -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;