Autostart Wireguard tunnel again

Disable up arrow for Atuin
This commit is contained in:
Pim Kunis 2024-07-12 11:49:18 +02:00
parent 95f36524e2
commit ebc3ad8204
2 changed files with 2 additions and 1 deletions

View file

@ -142,7 +142,7 @@
privateKeyFile = config.sops.secrets."wireguard/home/privateKey".path;
address = [ "10.225.191.4/24" ];
dns = [ "192.168.30.131" ];
autostart = false;
autostart = true;
mtu = 1412;
peers = [{
presharedKeyFile = config.sops.secrets."wireguard/home/presharedKey".path;

View file

@ -143,6 +143,7 @@
atuin = {
enable = true;
flags = [ "--disable-up-arrow" ];
settings = {
auto_sync = true;