hardware/wireless: add wireless, refactor form
This commit is contained in:
parent
473fa9a1a7
commit
51c2a9467c
5 changed files with 63 additions and 18 deletions
11
modules/modules/networking.nix
Normal file
11
modules/modules/networking.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, ... }:
|
||||
with lib;
|
||||
with lib.hlissner;
|
||||
{
|
||||
options = { };
|
||||
config = mkMerge [
|
||||
{
|
||||
networking.useDHCP = false;
|
||||
}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue