Merge branch 'master' of ssh://ssh.nx2.site:20022/nx2/dotfiles into gitea

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-11-11 14:02:59 +01:00

View File

@@ -19,4 +19,14 @@
443 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";
};
};
} }