nixos/atuin: fix enable option typo
This commit is contained in:
committed by
Bjørn Forsman
parent
5aedc3524e
commit
147d81d155
@@ -6,7 +6,7 @@ in
|
||||
{
|
||||
options = {
|
||||
services.atuin = {
|
||||
enable = lib.mkEnableOption (mdDoc "Enable server for shell history sync with atuin");
|
||||
enable = lib.mkEnableOption (mdDoc "Atuin server for shell history sync");
|
||||
|
||||
openRegistration = mkOption {
|
||||
type = types.bool;
|
||||
|
||||
Reference in New Issue
Block a user