From f75e2be95307d34a56540f9eed0bb83f5bad43e2 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 10 Aug 2022 18:02:04 -0500 Subject: [PATCH] eve | added bitwarden --- eve/configuration.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/eve/configuration.nix b/eve/configuration.nix index bf1614d..ff6d34d 100644 --- a/eve/configuration.nix +++ b/eve/configuration.nix @@ -99,13 +99,14 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - wget + bitwarden-cli firefox gitFull - qutebrowser gnome.gnome-tweaks pkgs.tailscale + qutebrowser + vim + wget ]; # Some programs need SUID wrappers, can be configured further or are @@ -161,6 +162,7 @@ enable = true; # always allow traffic from your Tailscale network trustedInterfaces = [ "tailscale0" ]; + checkReversePath = "loose"; # allow the Tailscale UDP port through the firewall allowedUDPPorts = [ config.services.tailscale.port ];