mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
formatting
This commit is contained in:
parent
262ca5c07a
commit
084aa31503
|
@ -14,7 +14,6 @@
|
||||||
../../shared/gpg.nix
|
../../shared/gpg.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
@ -48,7 +47,6 @@
|
||||||
hardware.pulseaudio.enable = true;
|
hardware.pulseaudio.enable = true;
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
|
|
||||||
# control display backlight
|
# control display backlight
|
||||||
programs.light.enable = true;
|
programs.light.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
imports = [ ./uni.nix ];
|
imports = [ ./uni.nix ];
|
||||||
|
|
||||||
sops.secrets."wireless-env" = {};
|
sops.secrets."wireless-env" = { };
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "thinkpad";
|
hostName = "thinkpad";
|
||||||
firewall = {
|
firewall = {
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
sops.secrets."uni/zih" = {};
|
sops.secrets."uni/zih" = { };
|
||||||
networking = {
|
networking = {
|
||||||
wireless.networks = {
|
wireless.networks = {
|
||||||
eduroam ={
|
eduroam = {
|
||||||
auth = ''
|
auth = ''
|
||||||
eap=PEAP
|
eap=PEAP
|
||||||
anonymous_identity="anonymous@tu-dresden.de"
|
anonymous_identity="anonymous@tu-dresden.de"
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
'';
|
'';
|
||||||
authProtocols = [ "WPA-EAP" ];
|
authProtocols = [ "WPA-EAP" ];
|
||||||
};
|
};
|
||||||
agdsn ={
|
agdsn = {
|
||||||
auth = ''
|
auth = ''
|
||||||
eap=TTLS
|
eap=TTLS
|
||||||
anonymous_identity="anonymous@agdsn.de"
|
anonymous_identity="anonymous@agdsn.de"
|
||||||
|
|
Loading…
Reference in a new issue