diff --git a/home/nvim/files/lua/plugins/copilot.lua b/home/nvim/files/lua/plugins/copilot.lua index 1597954..ce7476c 100644 --- a/home/nvim/files/lua/plugins/copilot.lua +++ b/home/nvim/files/lua/plugins/copilot.lua @@ -12,6 +12,7 @@ return { }, filetypes = { markdown = true, + tex = true, } } } diff --git a/hosts/Aloria/default.nix b/hosts/Aloria/default.nix index 5dcc766..b04df9b 100644 --- a/hosts/Aloria/default.nix +++ b/hosts/Aloria/default.nix @@ -23,7 +23,7 @@ address = [ "10.0.0.5/24" "2a02:a03f:83ad:2101::5/128" ]; privateKeyFile = "/home/user/.secrets/Wireguard/Aloria.key"; listenPort = 51820; - # postUp = "resolvectl dns wg0 10.0.0.1; resolvectl domain wg0 ~thomasave.be;"; + postUp = "resolvectl dns wg0 10.0.0.1; resolvectl domain wg0 ~thomasave.be;"; peers = [{ publicKey = "/9ppjm3yeD0duDvxrqgcHscHmftXko+0s2RbivNEy2c="; allowedIPs = [ "10.0.0.1/8" "192.168.1.2/32" ];