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:
@@ -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