fixup! all of my custom options are now held in an attribute set called movOpts
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{host, lib, config, ...}:
|
||||
{
|
||||
options = {
|
||||
networkModule.enable = lib.mkEnableOption "enables network configuration";
|
||||
movOpts.networkModule.enable = lib.mkEnableOption "enables network configuration";
|
||||
};
|
||||
config = lib.mkIf config.networkModule.enable {
|
||||
config = lib.mkIf config.movOpts.networkModule.enable {
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
hostName = "${host}";
|
||||
|
||||
Reference in New Issue
Block a user