diff --git a/hosts/Ronin/home.nix b/hosts/Ronin/home.nix index 9072ddd3..29fc58df 100644 --- a/hosts/Ronin/home.nix +++ b/hosts/Ronin/home.nix @@ -80,13 +80,19 @@ in { { name = "Physics Summary"; tags = [ "JET" "operations" ]; - url = "https://users.euro-fusion.org/pages/physics-summary/LatestSession.php"; + url = + "https://users.euro-fusion.org/pages/physics-summary/LatestSession.php"; } { name = "JSPO"; tags = [ "JET" "operations" ]; url = "https://www.jspo.jet.uk/"; } + { + name = "DRS"; + tags = [ "JET" "operations" ]; + url = "http://jlswebhost.jet.uk:8087/jls/experiments/indexdrs.html"; + } { name = "pySpec"; tags = [ "JET" "operations" ];