Skip to content

Commit

Permalink
Merge pull request #40 from Rider128/master
Browse files Browse the repository at this point in the history
Correction for documentation
  • Loading branch information
minijackson authored Nov 30, 2023
2 parents f4c791e + 5bfe91a commit a780eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/nixos/guides/_pre-requisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ For example:
{
# ...
+ inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
+ inputs.epnix.url = "github:epics-extensions/EPNix";

# ...
outputs = {
Expand Down
2 changes: 1 addition & 1 deletion doc/nixos/guides/phoebus-alarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}";
Expand Down

0 comments on commit a780eb2

Please sign in to comment.