Compare commits

..

3 Commits

Author SHA1 Message Date
Eli Ribble 771ff35589 Add gimp and thunderbird to the laptop 2024-07-07 18:44:33 -07:00
Eli Ribble de04bdc301 Add support for tailscale. 2024-07-07 18:44:33 -07:00
Eli Ribble 28d451ba0a Add dig.
Just needed to do a bit of guest wifi network troubleshooting.
2024-07-07 18:44:33 -07:00
1 changed files with 4 additions and 0 deletions

View File

@ -107,10 +107,13 @@
# $ nix search wget
environment.systemPackages = with pkgs; [
chezmoi
dig
fish
gimp-with-plugins
git
python3
neovim
thunderbird
tmux
];
@ -126,6 +129,7 @@
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
services.tailscale.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];