add basic fsr wifi and sops config

This commit is contained in:
revol-xut 2022-03-05 14:53:36 +01:00
parent 1436a56524
commit 39c3b042dd
No known key found for this signature in database
GPG key ID: 4F56FF7759627D07
8 changed files with 2257 additions and 5 deletions

View file

@ -1,13 +1,12 @@
#
# Author: Tassilo Tanneberger <tassilo.tanneberger@tu-dresden.de>
# Project: Dotfiles
#
#
# Useful config
# https://tu-dresden.de/zih/dienste/service-katalog/arbeitsumgebung/zugang_datennetz/wlan-eduroam
# https://www.stura.htw-dresden.de/stura/ref/hopo/dk/nachrichten/eduroam-meets-nixos
#
{ pkgs, config, ... }: {
{ pkgs, config, ... }:
let
password = "$(${pkgs.coreutils}/bin/cat /run/secrets/fsr_wifi_psk)";
in {
networking = {
wireless = {
enable = true;