Compare commits
No commits in common. "771ff3558947fb02b34309680125ea45fd93a237" and "91f79bd42a94242ab3ecff5842ae88158b32c7fb" have entirely different histories.
771ff35589
...
91f79bd42a
|
@ -107,13 +107,10 @@
|
|||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
chezmoi
|
||||
dig
|
||||
fish
|
||||
gimp-with-plugins
|
||||
git
|
||||
python3
|
||||
neovim
|
||||
thunderbird
|
||||
tmux
|
||||
];
|
||||
|
||||
|
@ -129,7 +126,6 @@
|
|||
|
||||
# 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