refactor(wireless): privatize networks
This commit is contained in:
parent
5c8024d5a6
commit
285c5ad7cc
5 changed files with 16 additions and 20 deletions
|
@ -1,13 +1,11 @@
|
|||
{ suites, profiles, pkgs, lib, ... }: {
|
||||
{ suites, profiles, pkgs, lib, private, ... }: {
|
||||
imports = lib.lists.flatten [
|
||||
(with suites; [
|
||||
base
|
||||
develop
|
||||
])
|
||||
|
||||
(with profiles; [
|
||||
networking.wireless
|
||||
])
|
||||
private.nixosModules.wireless
|
||||
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue