ensure all networked machines have tmux and ripgrep
This commit is contained in:
parent
51108984e1
commit
819ac7d913
3 changed files with 25 additions and 17 deletions
|
|
@ -52,9 +52,6 @@
|
|||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
mullvad-vpn
|
||||
rtorrent
|
||||
tmux
|
||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
];
|
||||
|
||||
|
|
@ -76,7 +73,6 @@
|
|||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
# Or disable the firewall altogether.
|
||||
# networking.firewall.enable = false;
|
||||
services.mullvad-vpn.enable = true;
|
||||
networking.wireguard.enable = true;
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue