nixos/atuin: fix enable option typo

authored by

Morgan Helton and committed by
Bjørn Forsman
147d81d1 5aedc352

+1 -1
+1 -1
nixos/modules/services/misc/atuin.nix
··· 6 { 7 options = { 8 services.atuin = { 9 - enable = lib.mkEnableOption (mdDoc "Enable server for shell history sync with atuin"); 10 11 openRegistration = mkOption { 12 type = types.bool;
··· 6 { 7 options = { 8 services.atuin = { 9 + enable = lib.mkEnableOption (mdDoc "Atuin server for shell history sync"); 10 11 openRegistration = mkOption { 12 type = types.bool;