Commit Graph

21 Commits

Author SHA1 Message Date
Eli Ribble bc74c3e1eb Disable network wait-online
It keeps delaying the nixos rebuild unnecessarily. Apparently this
should be disabled when you use Network Manager for networking.
https://discourse.nixos.org/t/systemd-networkd-wait-online-934764-timeout-occurred-while-waiting-for-network-connectivity/33656/6
2024-10-05 18:30:59 -07:00
Eli Ribble ad3adb8db2 Disable PSR to avoid laptop crashing 2024-10-05 18:30:59 -07:00
Eli Ribble 6099b0a23c Remove avahi, go systemd.resolved.
Turns out that avahi fights with systemd resolved. By just using the
one, I can correctly resolve local hostnames.
2024-10-05 18:30:59 -07:00
Eli Ribble c7902f70c0 Switch keymap to the default.
This is so I can use whatever keyboard is connected on bootup. I can
always change it once I have a windowed session.
2024-10-05 18:30:59 -07:00
Eli Ribble 91ab1432ac Don't require my printer work.
It's there sometimes, sometimes not.
2024-10-05 18:30:59 -07:00
Eli Ribble d4e7097f6d Poke holes in the firewall for mDNS (Avahi) and my python test script
The test script checks for addressability from a datacenter.
2024-10-05 18:30:59 -07:00
Eli Ribble 270e1a5236 Add support for IPv6 in the Avahi service.
Trying to get connected to my Tealok via zeroconf networking.
2024-10-05 18:30:59 -07:00
Eli Ribble b73dd14b20 Add websocat for troubleshooting websockets 2024-10-05 18:30:59 -07:00
Eli Ribble 0bec404043 Add Remmina, the Remote Desk Protocol (RDP) and VNC client.
Used to troubleshoot getting a working static site generator area for
Ben
2024-10-05 18:30:59 -07:00
Eli Ribble 311d96f2c7 Add ndisc6 for rdisc6, the router discovery tool.
Useful in some of the IPv6/DHCPv6 investigations I was doing for Tealok.
2024-10-05 18:30:59 -07:00
Eli Ribble b34b0dea3c Add Minecraft clients lunar-client and hmcl.
To play with my kids!

But really, I never got lunar-client working, but I did eventually get
hmcl working on Hypixel, and that's what really counts.
2024-10-05 18:30:59 -07:00
Eli Ribble a2264e840d Remove bluemail.
It's screwing up my email really badly. Mostly by putting mail in
impossible-to-reach folders from other email clients.
2024-10-05 18:30:59 -07:00
Eli Ribble 3c8ae1dccf Add some developer tools 2024-10-05 18:30:59 -07:00
Eli Ribble bb60a4519c Add google cloud sdk
Used for exporting my DNS records in the Great Porkbun Migration.
2024-10-05 18:30:59 -07:00
Eli Ribble 7210c6f836 Add tig for reading code history 2024-10-05 18:30:59 -07:00
Eli Ribble eb78bdc73c Move to the right location 2024-10-05 18:30:59 -07:00
Eli Ribble 34491dc303 Add the fish shell and Python
Now we have proper tmux, once you use chezmoi to actually configure tmux
correctly.
2024-06-25 18:27:56 -07:00
Eli Ribble 7e84c8b6c8 Make neovim the default editor.
Remember to exit the current session before you'll see the changes, even
after `nixos-rebuild switch`.
2024-06-25 18:27:23 -07:00
Eli Ribble f21d79e8ec Add chezmoi, remove some comment cruft. 2024-06-25 17:44:48 -07:00
Eli Ribble 89cc9bc082 Fix renamed variable.
I'm not sure how recently it happened, but I don't like the red TRACE
warning in my nixos-switch output.

I'm very sensitive.
2024-06-25 17:44:11 -07:00
Eli Ribble df06a58f52 Add initial configuration for nalai, my new laptop 2024-06-25 17:39:06 -07:00