rsyslog: disable
This commit is contained in:
@@ -155,7 +155,7 @@ in
|
|||||||
# "python3.pkgs.eyeD3" # music tagging
|
# "python3.pkgs.eyeD3" # music tagging
|
||||||
"ripgrep" # needed as a user package so that its user-level config file can be installed
|
"ripgrep" # needed as a user package so that its user-level config file can be installed
|
||||||
"rsync"
|
"rsync"
|
||||||
"rsyslog" # KEEP THIS HERE if you want persistent logging
|
# "rsyslog" # KEEP THIS HERE if you want persistent logging (TODO: port to systemd, store in /var/log/...)
|
||||||
"sane-deadlines"
|
"sane-deadlines"
|
||||||
"sane-scripts.bittorrent"
|
"sane-scripts.bittorrent"
|
||||||
"sane-scripts.cli"
|
"sane-scripts.cli"
|
||||||
|
@@ -5,6 +5,9 @@
|
|||||||
# since that component needs to run in initrd and before service setup.
|
# since that component needs to run in initrd and before service setup.
|
||||||
#
|
#
|
||||||
# TODO: log rotation / retention policy. don't want to eat the whole HDD.
|
# TODO: log rotation / retention policy. don't want to eat the whole HDD.
|
||||||
|
# TODO: store these logs in /var/log/...
|
||||||
|
# and at that point it makes more sense to use a systemd service.
|
||||||
|
# i.e. revert `3a6a5ffe014761ff23220f5b4ecb74d8a9fdb8fd`
|
||||||
{ config, lib, ... }:
|
{ config, lib, ... }:
|
||||||
{
|
{
|
||||||
sane.programs.rsyslog = {
|
sane.programs.rsyslog = {
|
||||||
|
Reference in New Issue
Block a user