Skip to content

Wrong description in networking module. #1

@acktax

Description

@acktax

options.hardware.networking = with types; {
enable = mkBoolOpt false "Enable pipewire";
};

Should be "Enable networking", not "Enable pipewire":

options.hardware.networking = with types; { 
  enable = mkBoolOpt false "Enable networking"; 
}; 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions