forked from wurzel/fruitbasket
add basic fsr wifi and sops config
This commit is contained in:
parent
1436a56524
commit
39c3b042dd
8 changed files with 2257 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue