civodul pushed a change to branch master
in repository guix.

    from 94cd4227bd gnu: yt-dlp: Update to 2025.01.15.
     new c76a4ffad4 gnu: [email protected]: Add dependency on gzip and zstd.
     new 3f33cb0314 system: Add zstd to ‘%base-packages’.
     new 4cef56587a services: Add ‘log-rotation-service-type’.
     new 100c1e1adf services: log-cleanup: Rewrite as a Shepherd timer.
     new 48083c8c95 services: unattended-upgrade: Rewrite as a Shepherd timer.
     new 6942161b44 services: Switch from mcron + Rottlog to Shepherd’s log 
rotation.
     new a9f21036e4 services: rottlog: Deprecate.
     new c785dfb5ac news: Add entry for ‘rottlog-service-type’ deprecation.
     new f68060a101 home: services: Add log rotation service.
     new 0aa45f1854 home: Define ‘%base-home-services’.
     new 80049d6e9c home: Add log rotation to ‘%base-home-services’.
     new a42d57a935 news: Add entry for ‘%base-home-services’.

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/guix.texi                                  | 128 ++++++++++++--
 doc/he-config-bare-bones.scm                   |  27 +--
 etc/news.scm                                   | 117 ++++++++++++-
 gnu/home.scm                                   |  11 +-
 gnu/home/services/{syncthing.scm => admin.scm} |  19 +--
 gnu/local.mk                                   |   1 +
 gnu/packages/admin.scm                         |  16 +-
 gnu/services/admin.scm                         | 226 +++++++++++++++++++------
 gnu/services/audio.scm                         |  26 +--
 gnu/services/base.scm                          |  22 +--
 gnu/services/cuirass.scm                       |  27 +--
 gnu/services/file-sharing.scm                  |   6 -
 gnu/services/linux.scm                         |   8 +-
 gnu/services/networking.scm                    |  61 +------
 gnu/services/web.scm                           |  17 +-
 gnu/system.scm                                 |   5 +-
 guix/scripts/home/import.scm                   |   8 +-
 tests/home-import.scm                          |  40 ++---
 18 files changed, 504 insertions(+), 261 deletions(-)
 copy gnu/home/services/{syncthing.scm => admin.scm} (68%)

Reply via email to