Go to file
Hilton Chain 367ca98a48
services: Add postgresql-password-file option.
* modules/rosenthal/services/monitoring.scm (grafana-configuration)
* modules/rosenthal/services/web.scm (forgejo-configuration)
(misskey-configuration, vaultwarden-configuration): Add
postgresql-password-file option.
* modules/rosenthal/services/monitoring.scm (grafana-postgresql-role)
* modules/rosenthal/services/web.scm (forgejo-postgresql-role)
(forgejo-service-type, misskey-postgresql-role, misskey-service-type)
(vaultwarden-postgresql-role, vaultwarden-service-type): Adjust accordingly.
2025-09-28 21:56:41 +08:00
etc maint: Cleanup. 2025-06-13 00:57:49 +08:00
LICENSES services: Add a few desktop services. 2025-06-23 09:21:23 +08:00
modules services: Add postgresql-password-file option. 2025-09-28 21:56:41 +08:00
.dir-locals.el .dir-locals.el: Update indentations. 2025-06-28 22:56:46 +08:00
.guix-authorizations rosenthal: Unify comments style. 2025-08-08 01:31:34 +08:00
.guix-channel maint: Relocate modules to ‘modules’ directory. 2025-04-26 00:16:07 +08:00
NEWS NEWS: Manual intervention required for Caddy service change. 2025-09-05 16:22:12 +08:00
pre-inst-env maint: Cleanup. 2025-06-13 00:57:49 +08:00
README.org README: Add CI badge. 2025-09-24 15:19:18 +08:00
REUSE.toml maint: Add REUSE.toml. 2025-06-23 13:41:04 +08:00

Rosenthal - A certain Guix channel

Rosenthal is a Guix channel (see Channels in GNU Guix Reference Manual) created for experiments. It currently holds some packages and services not ready for upstreaming to GNU Guix.

Substitutes for this channel are available via Guix Moe CI, see its blog post for setup and more information. Send a request if you'd like to see substitutes available for more channels.

You can use toys to search packages and services from Rosenthal and other Guix channels.

Note that all contents in this channel are subject to change and may be deleted at any time, please report an issue if you are affected.

Channel specification:

  (channel
    (name 'rosenthal)
    (url "https://codeberg.org/hako/rosenthal.git")
    (branch "trunk")
    (introduction
     (make-channel-introduction
      "7677db76330121a901604dfbad19077893865f35"
      (openpgp-fingerprint
       "13E7 6CD6 E649 C28C 3385  4DF5 5E5A A665 6149 17F7"))))

For configuration, see Specifying Additional Channels, Customizing the System-Wide Guix and home-channels-service-type in GNU Guix Reference Manual.