refactor(sys): systemModules -> ooknet
This commit is contained in:
parent
63c39a89ed
commit
104df464f9
52 changed files with 69 additions and 69 deletions
|
|
@ -10,7 +10,7 @@ in
|
|||
# ./grub
|
||||
];
|
||||
|
||||
options.systemModules.boot.loader = mkOption {
|
||||
options.ooknet.boot.loader = mkOption {
|
||||
type = types.enum ["systemd" "grub"];
|
||||
default = "systemd";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue