From ebc3ad8204d3023e67c017a54ce6d9d7bca9f154 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Fri, 12 Jul 2024 11:49:18 +0200 Subject: [PATCH] Autostart Wireguard tunnel again Disable up arrow for Atuin --- configuration.nix | 2 +- home.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 9cfa8ac..ec61cd8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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; diff --git a/home.nix b/home.nix index f9c019d..c02d93d 100644 --- a/home.nix +++ b/home.nix @@ -143,6 +143,7 @@ atuin = { enable = true; + flags = [ "--disable-up-arrow" ]; settings = { auto_sync = true;