summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-01-14 00:39:58 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-01-14 00:39:58 +0100
commitd29d3812f491fa4bc74ee54a295b37d79ad5ebe7 (patch)
tree2aeb7d61a3643f454dcb2411fb33ebb0da371512 /hosts/vidhar
parent884d9c8642fcec40c7a101d5537fe13bee4fecaf (diff)
downloadnixos-d29d3812f491fa4bc74ee54a295b37d79ad5ebe7.tar
nixos-d29d3812f491fa4bc74ee54a295b37d79ad5ebe7.tar.gz
nixos-d29d3812f491fa4bc74ee54a295b37d79ad5ebe7.tar.bz2
nixos-d29d3812f491fa4bc74ee54a295b37d79ad5ebe7.tar.xz
nixos-d29d3812f491fa4bc74ee54a295b37d79ad5ebe7.zip
...
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/network/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/vidhar/network/default.nix b/hosts/vidhar/network/default.nix
index 2859ee6f..d8ae5d17 100644
--- a/hosts/vidhar/network/default.nix
+++ b/hosts/vidhar/network/default.nix
@@ -119,6 +119,12 @@
119 }; 119 };
120 120
121 networks = { 121 networks = {
122 "eno1" = {
123 matchConfig.Name = "eno1";
124 linkConfig = {
125 ActivationPolicy = "down";
126 };
127 };
122 "eno2" = { 128 "eno2" = {
123 matchConfig.Name = "eno2"; 129 matchConfig.Name = "eno2";
124 networkConfig.LinkLocalAddressing = "no"; 130 networkConfig.LinkLocalAddressing = "no";