nixos/routinator: fix service being always enabled

Changed files
+2 -1
nixos
modules
services
networking
+2 -1
nixos/modules/services/networking/routinator.nix
···
getExe
maintainers
mkEnableOption
+
mkIf
mkPackageOption
mkOption
types
···
};
};
-
config = {
+
config = mkIf cfg.enable {
systemd.services.routinator = {
description = "Routinator 3000 is free, open-source RPKI Relying Party software made by NLnet Labs.";
wantedBy = [ "multi-user.target" ];