From ef28dcf7a5bdbfd8ba586bb066d5ec53188a6bf9 Mon Sep 17 00:00:00 2001 From: muradm Date: Fri, 15 Jul 2022 20:08:14 +0300 Subject: [PATCH] Add paths-guix.conf file. --- config/paths-guix.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/paths-guix.conf diff --git a/config/paths-guix.conf b/config/paths-guix.conf new file mode 100644 index 00000000..b4a2e9f5 --- /dev/null +++ b/config/paths-guix.conf @@ -0,0 +1,13 @@ +# Guix + +[INCLUDES] + +before = paths-common.conf +after = paths-overrides.local + + +[DEFAULT] + +syslog_authpriv = /var/log/secure +syslog_mail = /var/log/maillog +syslog_mail_warn = /var/log/maillog -- 2.36.1 ge='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/hurd.scm
AgeCommit message (Expand)Author
2021-02-22system: hurd: Have the static networking provision 'networking....Some services require networking, I'm looking at the Guix Build Coordinator agent. Networking seems to work in the childhurd VM, so I think this change makes sense. * gnu/system/hurd.scm (%base-services/hurd): Add 'networking to the provision parameter for the static-networking service. Christopher Baines
2020-10-09system: hurd: Add diffutils, patch, gawk, tar, gzip, bzip2, xz, and lzip....* gnu/system/hurd.scm (%base-packages/hurd): Add diffutils, patch, gawk, tar, gzip, bzip2, xz, and lzip. Jan (janneke) Nieuwenhuizen
2020-10-09system: hurd: Include 'guile-3.0-latest' in '%base-packages/hurd'....* gnu/system/hurd.scm (%base-packages/hurd): Change GUILE-3.0 to GUILE-3.0-LATEST. Jan (janneke) Nieuwenhuizen
2020-10-09system: hurd: Add PAM support with shadow and sudo....* gnu/system.scm (hurd-default-essential-services): Add setuid-program-service-type. * gnu/system/hurd.scm (%base-packages/hurd): Add shadow, sudo. (%setuid-programs/hurd): New variable. (%hurd-default-operating-system)[setuid-program]: Use it. [pam-services, sudoers-file]: Remove overrides; enabling regular defaults. * gnu/system/examples/bare-hurd.tmpl (%hurd-os)[users]: New field. [services]: Do not disable PAM in SSH. Jan (janneke) Nieuwenhuizen