refactor(nixos): move networking config to its own module
This commit is contained in:
parent
b7e9cdf51d
commit
5f71bc8925
3 changed files with 23 additions and 28 deletions
|
@ -10,7 +10,6 @@ in
|
|||
imports = [
|
||||
./nvidia.nix
|
||||
./audio.nix
|
||||
./networking.nix
|
||||
];
|
||||
|
||||
options.hardware = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue