Skip to content

Commit

Permalink
bye bye hu
Browse files Browse the repository at this point in the history
  • Loading branch information
kmein committed Dec 10, 2024
1 parent 7c67964 commit 3253a21
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 214 deletions.
1 change: 0 additions & 1 deletion configs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ in {
./git.nix
./hledger.nix
./htop.nix
./hu-berlin.nix
./fu-berlin.nix
./fysi.nix
./i3.nix
Expand Down
148 changes: 0 additions & 148 deletions configs/hu-berlin.nix

This file was deleted.

42 changes: 1 addition & 41 deletions configs/networkmanager.nix
Original file line number Diff line number Diff line change
@@ -1,47 +1,7 @@
{
lib,
pkgs,
...
}: let
profile = name: custom:
lib.recursiveUpdate {
connection.id = name;
connection.type = "wifi";
connection.interface-name = "wlp3s0";
connection.permissions = "";
wifi.mac-address-blacklist = "";
wifi.ssid = name;
wifi.mode = "infrastructure";
ipv4.dns-search = "";
ipv4.method = "auto";
ipv6.addr-gen-mode = "stable-privacy";
ipv6.dns-search = "";
ipv6.method = "auto";
proxy = {};
}
custom;
eduroamProfile = {
connection.uuid = "eae9fee6-a7d2-4120-a609-440b457d6fcf";
wifi-security = {
group = "ccmp;tkip;";
key-mgmt = "wpa-eap";
pairwise = "ccmp;";
proto = "rsn;";
};
"802-1x" = {
altsubject-matches = "DNS:srv1-radius.cms.hu-berlin.de;DNS:srv2-radius.cms.hu-berlin.de;";
anonymous-identity = "[email protected]";
ca-cert = pkgs.fetchurl {
url = "https://www.cms.hu-berlin.de/de/dl/netze/wlan/config/eduroam/t-telesec_globalroot_class_2.pem";
sha256 = "0if8aqd06sid7a0vw009zpa087wxcgdd2x6z2zs4pis5kvyqj2dk";
};
eap = "ttls;";
identity = lib.strings.fileContents <secrets/eduroam/identity>;
password = lib.strings.fileContents <secrets/eduroam/password>;
phase2-auth = "pap";
};
};
in {
}: {
programs.nm-applet.enable = true;

networking.networkmanager = {
Expand Down
23 changes: 0 additions & 23 deletions configs/seafile.nix

This file was deleted.

2 changes: 1 addition & 1 deletion secrets
Submodule secrets updated from 6c23ca to 5892b0

0 comments on commit 3253a21

Please sign in to comment.