Skip to content

Commit

Permalink
updated cache-populator service, added wazuh notifications to signal
Browse files Browse the repository at this point in the history
  • Loading branch information
heywoodlh committed Oct 10, 2024
1 parent 36c45e0 commit 8c08656
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions nixos/roles/monitoring/ntfy-signal.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ in {
ssh-notifications-mirror = mk-systemd-service { name = "ssh-notifications"; };
plex-notifications-mirror = mk-systemd-service { name = "plex-notifications"; };
uptime-notifications-mirror = mk-systemd-service { name = "uptime-notifications"; };
wazuh-notifications-mirror = mk-systemd-service { name = "wazuh-notifications"; };
};
}
3 changes: 3 additions & 0 deletions nixos/roles/nixos/cache-populator.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ in {
set -eu
${populateCache}/bin/nixos-cache-populate
'';
path = with pkgs; [
git
];
serviceConfig = {
Type = "oneshot";
User = "root";
Expand Down

0 comments on commit 8c08656

Please sign in to comment.