nixos/cloudflared: guard config with enable flag
This commit is contained in:
@@ -258,7 +258,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
config = mkIf cfg.enable {
|
||||
systemd.targets =
|
||||
mapAttrs'
|
||||
(name: tunnel:
|
||||
|
||||
Reference in New Issue
Block a user