move eduroam config to correct module

This commit is contained in:
Schrottkatze 2025-03-27 20:25:26 +01:00
parent bd29a1c80f
commit 4c996f831a
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
3 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,6 @@
{...}: {
imports = [
./audio.nix
./eduroam.nix
./home
./dm.nix
./tlp.nix

View file

@ -2,6 +2,7 @@
imports = [
./firewall.nix
./hosts.nix
./eduroam.nix
./dispatchers
];
networking.networkmanager.wifi.backend = "wpa_supplicant";