Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lastaapps/soubory_sedmitecne
My colection of Dotfiles for zsh, nvim, awesomeWM, ...
https://github.com/lastaapps/soubory_sedmitecne
dotfiles dotfiles-arch dotfiles-linux
Last synced: 2 days ago
JSON representation
My colection of Dotfiles for zsh, nvim, awesomeWM, ...
- Host: GitHub
- URL: https://github.com/lastaapps/soubory_sedmitecne
- Owner: Lastaapps
- Created: 2023-10-12T13:11:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-27T12:26:16.000Z (7 days ago)
- Last Synced: 2024-12-27T13:25:33.707Z (7 days ago)
- Topics: dotfiles, dotfiles-arch, dotfiles-linux
- Language: Lua
- Homepage:
- Size: 19.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NixOS diary
My notes on what I did not manage to do in the NixOS config files.
## Wi-Fi
To connect to the Silicon Hill and Eduroam network, run:
```bash
nmcli con add type wifi ifname con-name "SiliconHill" ssid "SiliconHill" -- wifi-sec.key-mgmt wpa-eap 802-1x.eap peap 802-1x.phase2-auth mschapv2 802-1x.identity
nmcli con up SiliconHill --asknmcli con add type wifi ifname con-name eduroam ssid eduroam 802-1x.eap peap 802-1x.phase2-auth mschapv2 802-1x.identity @cvut.cz wifi-sec.key-mgmt wpa-eap
nmcli con up SiliconHill --ask
```
You may need to change the interface name.
Then run `nm-connection-editor`, add radius servers (`radius.cvut.cz`, `sh.cvut.cz`) and system certificate bundle `/etc/ssl/certs/ca-bundle.crt`.## Inspiration
- https://gitlab.com/vesecky.tomas/thompson-nix
- https://github.com/wiltaylor/dotfiles/