From 55587f35f63a45700e9d948c38ef2bb2db03f028 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Sat, 9 Nov 2024 23:57:48 +0100 Subject: [PATCH 1/2] merge fixups --- system-modules/networking.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/system-modules/networking.nix b/system-modules/networking.nix index 5acee63..d946192 100755 --- a/system-modules/networking.nix +++ b/system-modules/networking.nix @@ -19,6 +19,4 @@ 443 ]; }; - - networking.enableIPv6 = true; } From 9b36c29009a36dafd9659c642e14411022d415de Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 11 Nov 2024 10:33:33 +0100 Subject: [PATCH 2/2] i accedentally deleted my tuda eduroam --- system-modules/networking.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/system-modules/networking.nix b/system-modules/networking.nix index d946192..6e39121 100755 --- a/system-modules/networking.nix +++ b/system-modules/networking.nix @@ -19,4 +19,15 @@ 443 ]; }; + environment.etc = { + "ssl/certs/tuda-eduroam-root.crt".source = "${pkgs.cacert.unbundled}/etc/ssl/certs/T-TeleSec_GlobalRoot_Class_2:1.crt"; + }; + sops.secrets = { + "eduroam/tuda_nmconnection" = { + mode = "0600"; + owner = "root"; + path = "/etc/NetworkManager/system-connections/eduroam.nmconnection"; + }; + }; + }