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:
parent
86c676062c
commit
b50c8aee66
|
@ -23,7 +23,6 @@ with lib.metacfg;
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.packages = [ pkgs.cloudflare-warp ]; # for warp-cli
|
systemd.packages = [ pkgs.cloudflare-warp ]; # for warp-cli
|
||||||
systemd.targets.multi-user.wants = [ "warp-svc.service" ]; # causes warp-svc to be started automatically
|
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue