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;