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:
# $ 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 ];