aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-01-21 13:47:43 -0300
committerEuAndreh <eu@euandre.org>2025-01-21 13:47:43 -0300
commitb504532a8775cd8eaf95878ec9073db03b7d6401 (patch)
treeadfa50db07e4361622b8311ed3cdd8ef1de33d79
parentetc/guix/home.scm: Include %base-home-service in services list (diff)
downloaddotfiles-b504532a8775cd8eaf95878ec9073db03b7d6401.tar.gz
dotfiles-b504532a8775cd8eaf95878ec9073db03b7d6401.tar.xz
etc/guix/system.scm: Disable rottlog customization
-rw-r--r--etc/guix/system.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm
index 337e777..8e45fb3 100644
--- a/etc/guix/system.scm
+++ b/etc/guix/system.scm
@@ -233,6 +233,7 @@ Seiko Epson Color Ink Jet Printers.")
(sysctl-configuration-settings config)
'(("vm/swappiness" . "200") ;; chorume: this should be calculated based on (RAM size)/(swap size) ration
("kernel/core_pattern" . "/var/crash/core-%t-%e-%p-%s-%u-%g"))))))
+ #;
(rottlog-service-type config =>
(rottlog-configuration
(inherit config)