From 71c866e9939c2dee66c74958b6723789729375ea Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 4 Sep 2023 11:00:30 +0100 Subject: [PATCH] Add marval helpdesk bookmark --- hosts/Ronin/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/Ronin/home.nix b/hosts/Ronin/home.nix index 9a103fd4..a608e05e 100644 --- a/hosts/Ronin/home.nix +++ b/hosts/Ronin/home.nix @@ -72,6 +72,11 @@ in { tags = [ "admin" ]; url = "https://ubw.unit4cloud.com/uk_aea_prod_web"; } + { + name = "Marval"; + tags = [ "admin" "helpdesk" ]; + url = "https://marval.service.ukaea.uk/MSMSelfService/Index.aspx"; + } { name = "JET homepage"; tags = [ "JET" ];