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: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-14T21:00:13.000Z (3 months ago)
- Last Synced: 2026-03-15T06:32:01.624Z (3 months ago)
- Topics: dotfiles, dotfiles-arch, dotfiles-linux
- Language: Lua
- Homepage:
- Size: 20.2 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 ssid \
-- wifi-sec.key-mgmt wpa-eap \
802-1x.eap peap \
802-1x.phase2-auth mschapv2 \
802-1x.identity \
802-1x.ca-cert
nmcli con up --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/