Loading nixos/modules/services/networking/routinator.nix +2 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ let getExe maintainers mkEnableOption mkIf mkPackageOption mkOption types Loading Loading @@ -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" ]; Loading Loading
nixos/modules/services/networking/routinator.nix +2 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ let getExe maintainers mkEnableOption mkIf mkPackageOption mkOption types Loading Loading @@ -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" ]; Loading