Skip to content

Commit

Permalink
deck: use alidns when dae is suspended
Browse files Browse the repository at this point in the history
  • Loading branch information
LEXUGE committed Aug 9, 2024
1 parent 043400e commit 37811e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgs/deck/networking.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }: {
# An unused nameserver config. Trick the traffic to go through WAN and get routed by DAE
networking.nameservers = [ "8.8.8.8" ];
networking.nameservers = [ "223.5.5.6" "8.8.8.8" ];

networking.networkmanager = {
# Enable networkmanager. REMEMBER to add yourself to group in order to use nm related stuff.
Expand Down

0 comments on commit 37811e2

Please sign in to comment.