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