rsyslog: disable

This commit is contained in:
2024-08-08 07:40:59 +00:00
parent 9d1ffc7c43
commit 4525df58e0
2 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -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 = {