From 33eb00f82d8bd93b086bfbe8f0fb7c173fc6cdd6 Mon Sep 17 00:00:00 2001 From: Matthieu Daniel-Thomas <32434195+Rider128@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:31:41 +0100 Subject: [PATCH 1/2] Update phoebus-alarm.md Change name of the module phoebus-alarm -> phoebus-alarm-server --- doc/nixos/guides/phoebus-alarm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nixos/guides/phoebus-alarm.md b/doc/nixos/guides/phoebus-alarm.md index 07fc9423..1b07f19c 100644 --- a/doc/nixos/guides/phoebus-alarm.md +++ b/doc/nixos/guides/phoebus-alarm.md @@ -40,7 +40,7 @@ add this to your configuration: kafkaSock = "${ip}:${kafkaPort}"; in { # The Phoebus Alarm server also automatically enables the Phoebus Alarm Logger - services.phoebus-alarm = { + services.phoebus-alarm-server = { enable = true; openFirewall = true; settings."org.phoebus.applications.alarm/server" = "${kafkaSock}"; From 5bfe91a6fe7822e8baecf3bd07e52a25f7c24f2e Mon Sep 17 00:00:00 2001 From: Matthieu Daniel-Thomas <32434195+Rider128@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:34:55 +0100 Subject: [PATCH 2/2] Update _pre-requisites.md Add input epnix in the pre-requisites --- doc/nixos/guides/_pre-requisites.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/nixos/guides/_pre-requisites.md b/doc/nixos/guides/_pre-requisites.md index f1b8e962..67a77503 100644 --- a/doc/nixos/guides/_pre-requisites.md +++ b/doc/nixos/guides/_pre-requisites.md @@ -19,6 +19,7 @@ For example: { # ... + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; ++ inputs.epnix.url = "github:epics-extensions/EPNix"; # ... outputs = {