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