summaryrefslogtreecommitdiff
path: root/hosts/vidhar/dsl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/dsl.nix')
-rw-r--r--hosts/vidhar/dsl.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/hosts/vidhar/dsl.nix b/hosts/vidhar/dsl.nix
index bdce55a6..695c99dd 100644
--- a/hosts/vidhar/dsl.nix
+++ b/hosts/vidhar/dsl.nix
@@ -60,5 +60,17 @@ in {
60 mode = "0555"; 60 mode = "0555";
61 }; 61 };
62 }; 62 };
63
64 systemd.network.networks."dsl" = {
65 matchConfig = {
66 Name = "dsl";
67 };
68 networkConfig = {
69 LinkLocalAddressing = "no";
70 DNS = [
71 "1.1.1.1" "1.0.0.1"
72 ];
73 };
74 };
63 }; 75 };
64} 76}