Compare commits

..

No commits in common. "771ff3558947fb02b34309680125ea45fd93a237" and "91f79bd42a94242ab3ecff5842ae88158b32c7fb" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -107,13 +107,10 @@
# $ 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
]; ];
@ -129,7 +126,6 @@
# 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 = [ ... ];