Skip to content

Commit

Permalink
wip: fix enabled option
Browse files Browse the repository at this point in the history
  • Loading branch information
benluelo committed Sep 4, 2024
1 parent 2af1143 commit 3454885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions voyager/voyager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
type = types.listOf (types.submodule {
options = {
enabled = mkOption {
type = types.nullOr types.bool;
default = null;
type = types.bool;
default = true;
};
path = mkOption { type = types.path; };
config = mkOption { type = types.attrs; };
Expand Down

0 comments on commit 3454885

Please sign in to comment.