rename myOptions to modules
This commit is contained in:
parent
3016260981
commit
6961d2bd8c
45 changed files with 1065 additions and 89 deletions
|
@ -3,9 +3,9 @@
|
|||
lib,
|
||||
...
|
||||
}: with lib; let
|
||||
cfg = config.myOptions.other.system;
|
||||
cfg = config.modules.other.system;
|
||||
in {
|
||||
options.myOptions.other.system = {
|
||||
options.modules.other.system = {
|
||||
hostname = mkOption {
|
||||
description = "hostname for this system";
|
||||
type = types.str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue