mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-06-15 09:09:14 +02:00
base/rsyslogd: init
This commit is contained in:
@@ -37,6 +37,7 @@
|
|||||||
./services/prometheus-node-exporter.nix
|
./services/prometheus-node-exporter.nix
|
||||||
./services/prometheus-systemd-exporter.nix
|
./services/prometheus-systemd-exporter.nix
|
||||||
./services/roowho2.nix
|
./services/roowho2.nix
|
||||||
|
./services/rsyslogd.nix
|
||||||
./services/scrutiny-collector.nix
|
./services/scrutiny-collector.nix
|
||||||
./services/smartd.nix
|
./services/smartd.nix
|
||||||
./services/thermald.nix
|
./services/thermald.nix
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services.rsyslogd = {
|
||||||
|
enable = true;
|
||||||
|
defaultConfig = ''
|
||||||
|
*.* @loghost.pvv.ntnu.no
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
services.journald.extraConfig = ''
|
||||||
|
ForwardToSyslog=yes
|
||||||
|
'';
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user