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