Autostart Wireguard tunnel again
Disable up arrow for Atuin
This commit is contained in:
parent
95f36524e2
commit
ebc3ad8204
2 changed files with 2 additions and 1 deletions
|
@ -142,7 +142,7 @@
|
||||||
privateKeyFile = config.sops.secrets."wireguard/home/privateKey".path;
|
privateKeyFile = config.sops.secrets."wireguard/home/privateKey".path;
|
||||||
address = [ "10.225.191.4/24" ];
|
address = [ "10.225.191.4/24" ];
|
||||||
dns = [ "192.168.30.131" ];
|
dns = [ "192.168.30.131" ];
|
||||||
autostart = false;
|
autostart = true;
|
||||||
mtu = 1412;
|
mtu = 1412;
|
||||||
peers = [{
|
peers = [{
|
||||||
presharedKeyFile = config.sops.secrets."wireguard/home/presharedKey".path;
|
presharedKeyFile = config.sops.secrets."wireguard/home/presharedKey".path;
|
||||||
|
|
1
home.nix
1
home.nix
|
@ -143,6 +143,7 @@
|
||||||
|
|
||||||
atuin = {
|
atuin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
flags = [ "--disable-up-arrow" ];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
auto_sync = true;
|
auto_sync = true;
|
||||||
|
|
Loading…
Reference in a new issue