mirror of
https://git.gay/xqtc/nixos-config
synced 2025-05-13 04:27:29 +02:00
resolved config stuff so i have dns (deez nuts)
This commit is contained in:
parent
af1321878c
commit
901853850d
2 changed files with 5 additions and 1 deletions
hosts/x86_64-linux/beleth
|
@ -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…
Add table
Reference in a new issue