modules.settings->shared: renamed mine.settings to mine.shared.settings
Allows to use it with other things, such as ... mine.shared.lib mine.shared.meta mine.shared.settings
This commit is contained in:
parent
75ac478a80
commit
918c32299e
11 changed files with 45 additions and 45 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./settings.nix
|
||||
./shared.nix
|
||||
|
||||
./zrepl.nix
|
||||
./disko.nix
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
options.mine.settings = lib.mkOption {
|
||||
options.mine.shared.settings = lib.mkOption {
|
||||
type = lib.types.attrsOf lib.types.anything;
|
||||
default = {};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue