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:
parent
adb0d8bdde
commit
6440514723
|
@ -28,7 +28,6 @@ with lib.metacfg;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
azure-cli
|
azure-cli
|
||||||
cloudflare-warp
|
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
kubectl
|
kubectl
|
||||||
kubectx
|
kubectx
|
||||||
|
@ -48,8 +47,6 @@ with lib.metacfg;
|
||||||
ResolveUnicastSingleLabel=yes
|
ResolveUnicastSingleLabel=yes
|
||||||
'';
|
'';
|
||||||
|
|
||||||
systemd.packages = [ pkgs.cloudflare-warp ]; # for warp-cli
|
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
podman.dockerCompat = false;
|
podman.dockerCompat = false;
|
||||||
|
|
Loading…
Reference in a new issue