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:
|
# 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 ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue