1
0
Fork 0
mirror of https://git.gay/xqtc/nixos-config synced 2025-05-10 12:57:29 +02:00

Compare commits

...

3 commits

Author SHA1 Message Date
826b738f9e fick dich hetzner 🖕fuck you🖕 2024-06-09 22:51:53 +02:00
ee4de440bb schmerz :3 2024-06-09 22:51:53 +02:00
901853850d resolved config stuff so i have dns (deez nuts) 2024-06-09 22:51:53 +02:00
3 changed files with 8 additions and 4 deletions

View file

@ -127,7 +127,6 @@ with lib; {
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.resolved.enable = true;
services.mullvad-vpn.enable = true;
# Open ports in the firewall.

View file

@ -22,8 +22,8 @@
ipv6 = {
addresses = [
{
address = "2a01:4f8:10a:1aab::2";
prefixLength = 80;
address = "2a01:4f8:10a:1aab::1";
prefixLength = 64;
}
];
};
@ -38,4 +38,9 @@
address = "fe80::1";
};
};
services.resolved.enable = true;
services.resolved.extraConfig = ''
DNS=185.12.64.1 185.12.64.2 2a01:4ff:ff00::add:1 2a01:4ff:ff00::add:2
'';
}

View file

@ -13,7 +13,7 @@
networking.wireguard.interfaces = {
wg0 = {
ips = ["2a01:4f8:10a:1aab::2/64"];
ips = ["2a0f:be01:fe:fa1::1/64"];
listenPort = 51820;