Unverified Commit 9525c090 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

nixos/routinator: fix service being always enabled (#384068)

parents 54705133 13ff2e03
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ let
    getExe
    maintainers
    mkEnableOption
    mkIf
    mkPackageOption
    mkOption
    types
@@ -135,7 +136,7 @@ in
    };
  };

  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" ];