feat: Remove warp-svc auto-start from x86_64-linux configuration

The system's configuration for x86_64-linux architecture has been modified. Specifically, warp-svc will not be started automatically anymore, as its reference in the "wants" section of "multi-user" targets in systemd configuration has been removed.
This commit is contained in:
Harald Hoyer 2024-06-27 12:28:07 +02:00
parent 86c676062c
commit b50c8aee66

View file

@ -23,7 +23,6 @@ with lib.metacfg;
];
systemd.packages = [ pkgs.cloudflare-warp ]; # for warp-cli
systemd.targets.multi-user.wants = [ "warp-svc.service" ]; # causes warp-svc to be started automatically
virtualisation = {
docker.enable = true;