From 084aa31503a41671114d814ee384870ebcd9dc76 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Thu, 29 Dec 2022 20:50:01 +0100 Subject: [PATCH] formatting --- hosts/thinkpad/default.nix | 2 -- hosts/thinkpad/modules/networks/default.nix | 2 +- hosts/thinkpad/modules/networks/uni.nix | 6 +++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix index afaf407..237c397 100755 --- a/hosts/thinkpad/default.nix +++ b/hosts/thinkpad/default.nix @@ -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; diff --git a/hosts/thinkpad/modules/networks/default.nix b/hosts/thinkpad/modules/networks/default.nix index 2c55500..4f56245 100644 --- a/hosts/thinkpad/modules/networks/default.nix +++ b/hosts/thinkpad/modules/networks/default.nix @@ -2,7 +2,7 @@ { imports = [ ./uni.nix ]; - sops.secrets."wireless-env" = {}; + sops.secrets."wireless-env" = { }; networking = { hostName = "thinkpad"; firewall = { diff --git a/hosts/thinkpad/modules/networks/uni.nix b/hosts/thinkpad/modules/networks/uni.nix index e0831c6..07ccc16 100644 --- a/hosts/thinkpad/modules/networks/uni.nix +++ b/hosts/thinkpad/modules/networks/uni.nix @@ -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"