mirror of
https://github.com/vhaudiquet/mymachine.git
synced 2025-12-19 04:26:05 +00:00
Multiple Bitwarden fixes, small changes
This commit is contained in:
@@ -37,3 +37,5 @@ WHEEL_GROUP="wheel"
|
||||
|
||||
configure_pacman
|
||||
create_user
|
||||
|
||||
export BITWARDENCLI_APPDATA_DIR="/home/${USERNAME}/.config/Bitwarden CLI"
|
||||
|
||||
@@ -5,3 +5,5 @@ WHEEL_GROUP="sudo"
|
||||
# Enable docker IPv4 forwarding, to allow LXD to work along it :)
|
||||
echo "net.ipv4.conf.all.forwarding=1" > /etc/sysctl.d/99-forwarding.conf
|
||||
sysctl net.ipv4.conf.all.forwarding=1 >/dev/null 2>&1
|
||||
|
||||
export BITWARDENCLI_APPDATA_DIR="/home/${USERNAME}/snap/bw/current/Bitwarden CLI"
|
||||
|
||||
Reference in New Issue
Block a user