mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-25 22:13:55 +01:00
resolved config stuff so i have dns (deez nuts)
This commit is contained in:
parent
af1321878c
commit
901853850d
|
@ -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.
|
||||
|
|
|
@ -38,4 +38,9 @@
|
|||
address = "fe80::1";
|
||||
};
|
||||
};
|
||||
|
||||
services.resolved.enable = true;
|
||||
services.resolved.extraConfig = ''
|
||||
DNS=2a01:4ff:ff00::add:1 2a01:4ff:ff00::add:2 185.12.64.1 185.12.64.2
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue