formatting

This commit is contained in:
Rouven Seifert 2022-12-29 20:50:01 +01:00
parent 262ca5c07a
commit 084aa31503
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 4 additions and 6 deletions

View file

@ -14,7 +14,6 @@
../../shared/gpg.nix
];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@ -48,7 +47,6 @@
hardware.pulseaudio.enable = true;
hardware.bluetooth.enable = true;
# control display backlight
programs.light.enable = true;

View file

@ -2,7 +2,7 @@
{
imports = [ ./uni.nix ];
sops.secrets."wireless-env" = {};
sops.secrets."wireless-env" = { };
networking = {
hostName = "thinkpad";
firewall = {

View file

@ -1,9 +1,9 @@
{ config, ... }:
{
sops.secrets."uni/zih" = {};
sops.secrets."uni/zih" = { };
networking = {
wireless.networks = {
eduroam ={
eduroam = {
auth = ''
eap=PEAP
anonymous_identity="anonymous@tu-dresden.de"
@ -15,7 +15,7 @@
'';
authProtocols = [ "WPA-EAP" ];
};
agdsn ={
agdsn = {
auth = ''
eap=TTLS
anonymous_identity="anonymous@agdsn.de"