modules.shared: fixed small error when changing namespace of settings
This commit is contained in:
parent
2a784ec46f
commit
0ca49ba790
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
options.mine.shared.settings = lib.mkOption {
|
||||
options.mine.shared = lib.mkOption {
|
||||
type = lib.types.attrsOf lib.types.anything;
|
||||
default = {};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue