nas prems
This commit is contained in:
parent
2d50a163c2
commit
bf59859fb0
2 changed files with 11 additions and 1 deletions
|
|
@ -4,6 +4,16 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.rsyslogd = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
module(load="imudp")
|
||||
input(type="imudp" port="514")
|
||||
|
||||
THENAS.* -/var/log/THENAS
|
||||
'';
|
||||
};
|
||||
|
||||
# boot.kernelPatches = [
|
||||
# (lib.mkIf (lib.versionOlder config.boot.kernelPackages.kernel.version "6.11")
|
||||
# {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue