Compare commits
3 Commits
91f79bd42a
...
771ff35589
Author | SHA1 | Date |
---|---|---|
|
771ff35589 | |
|
de04bdc301 | |
|
28d451ba0a |
|
@ -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 = [ ... ];
|
||||||
|
|
Loading…
Reference in New Issue