nixos/oo7: fix option description

This commit is contained in:
HigherOrderLogic
2026-07-12 15:41:07 +00:00
parent 42ad2b8d99
commit 801701ec97
+1 -1
View File
@@ -10,7 +10,7 @@ in
{
options.services.oo7 = {
enable = lib.mkEnableOption ''
oo7, a service providing the Secret Service D-Bus API.
oo7, a service providing the Secret Service D-Bus API
'';
};