nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit 6e16d33b302e45f44e9f400f9c7df4921ec43f0d
parent e85e383aeb8ad092d96906aacca20b692a9d3704
Author: mtmn <miro@haravara.org>
Date:   Sun, 19 Apr 2026 13:36:21 +0200

chore: naming

Diffstat:
Mmodules/services/corpus.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/services/corpus.nix b/modules/services/corpus.nix @@ -15,7 +15,7 @@ ''; in { options.services.haravara.corpus = { - enable = lib.mkEnableOption "Corpus - ListenBrainz frontend"; + enable = lib.mkEnableOption "Corpus - listening history frontend"; port = lib.mkOption { type = lib.types.port; @@ -44,7 +44,7 @@ in { }; systemd.services.corpus = { - description = "Corpus - ListenBrainz frontend"; + description = "Corpus - listening history frontend"; wantedBy = ["multi-user.target"]; after = ["network.target"];