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
|
||||
];
|
||||
|
||||
|
||||
# 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;
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
imports = [ ./uni.nix ];
|
||||
|
||||
sops.secrets."wireless-env" = {};
|
||||
sops.secrets."wireless-env" = { };
|
||||
networking = {
|
||||
hostName = "thinkpad";
|
||||
firewall = {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue