eve | added bitwarden

This commit is contained in:
Don Harper 2022-08-10 18:02:04 -05:00
parent 78896ae3a1
commit f75e2be953

View file

@ -99,13 +99,14 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. bitwarden-cli
wget
firefox firefox
gitFull gitFull
qutebrowser
gnome.gnome-tweaks gnome.gnome-tweaks
pkgs.tailscale pkgs.tailscale
qutebrowser
vim
wget
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are
@ -161,6 +162,7 @@
enable = true; enable = true;
# always allow traffic from your Tailscale network # always allow traffic from your Tailscale network
trustedInterfaces = [ "tailscale0" ]; trustedInterfaces = [ "tailscale0" ];
checkReversePath = "loose";
# allow the Tailscale UDP port through the firewall # allow the Tailscale UDP port through the firewall
allowedUDPPorts = [ config.services.tailscale.port ]; allowedUDPPorts = [ config.services.tailscale.port ];