about summary refs log tree commit diff
path: root/modules/workstation/networking
Commit message (Collapse)AuthorAge
* modules/hosts: initAlyssa Ross2023-02-08
| | | | | | Hardcoding some hosts will help when I'm stuck on a bad internet connection that has broken/struggling DNS. I'll at least be able to IRC!
* modules: remove doh-proxyAlyssa Ross2021-01-15
| | | | | | | | | | doh-proxy depends on aioh2, which hasn't been touched since 2018 and is incompatible with the current version of h2. It's been a while since I actually used DoH anyway, because I never got around to doing exceptions for captive portals and stuff, so for now I'll just delete the code, and I can revive it later with whatever the current leader in DoH proxy software is when I do.
* modules/castnow: initAlyssa Ross2020-09-29
|
* modules/networking: set networkmanager groupAlyssa Ross2019-09-16
| | | | | | | This group, specific to NetworkManager, didn't really belong as part of the user definition. It's still not ideal that the networking module is aware of my user -- it might be nicer to have some generic framework for admin groups. But this is fine for now.
* modules/networking: install mtrAlyssa Ross2019-08-13
|
* workstation/networking: fix hostname --fqdnAlyssa Ross2019-01-27
| | | | See https://github.com/NixOS/nixpkgs/issues/10183.
* Add configAlyssa Ross2019-01-27