maybe now eduroam working

This commit is contained in:
nx2
2024-03-06 18:05:23 +01:00
parent d2457e5135
commit 9ae85efdcb
3 changed files with 12 additions and 15 deletions

View File

@@ -23,9 +23,18 @@
networking.hostName = "NxXPS"; # Define your hostname.
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
networking.networkmanager.enable = true;
environment.etc = {
# easyroam HSMW
"ssl/certs/easyroam_client_cert.pem".source = ./secrets/easyroam-hsmw/easyroam_client_cert.pem;
"ssl/certs/easyroam_root_ca.pem".source = ./secrets/easyroam-hsmw/easyroam_root_ca.pem;
"ssl/certs/easyroam_client_key.pem".source = ./secrets/easyroam-hsmw/easyroam_client_key.pem;
"NetworkManager/system-connections/eduroam.nmconnection" = {
text = secrets.easyroamHSMW.nmconfig;
mode = "0600";
};
};
# Set your time zone.
time.timeZone = "Europe/Berlin";