move eduroam config to correct module
This commit is contained in:
parent
bd29a1c80f
commit
4c996f831a
3 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./audio.nix
|
||||
./eduroam.nix
|
||||
./home
|
||||
./dm.nix
|
||||
./tlp.nix
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
./firewall.nix
|
||||
./hosts.nix
|
||||
./eduroam.nix
|
||||
./dispatchers
|
||||
];
|
||||
networking.networkmanager.wifi.backend = "wpa_supplicant";
|
||||
|
|
Loading…
Add table
Reference in a new issue