modules.shared: fixed small error when changing namespace of settings

This commit is contained in:
eyjhb 2024-08-12 23:35:46 +02:00
parent 2a784ec46f
commit 0ca49ba790
No known key found for this signature in database
GPG key ID: 609F508E3239F920

View file

@ -1,7 +1,7 @@
{ lib, ... }: { lib, ... }:
{ {
options.mine.shared.settings = lib.mkOption { options.mine.shared = lib.mkOption {
type = lib.types.attrsOf lib.types.anything; type = lib.types.attrsOf lib.types.anything;
default = {}; default = {};
}; };