eve | added bitwarden
This commit is contained in:
parent
78896ae3a1
commit
f75e2be953
1 changed files with 5 additions and 3 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue