summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-11-15 10:37:40 +0059
committerGregor Kleen <gkleen@yggdrasil.li>2021-11-15 10:37:40 +0059
commite9777f91db22d03cf7d3bca5d3d96f31f89053a7 (patch)
tree59758fd944302f936a7d0bdf2587cd94bd1d053a /hosts/vidhar
parent9ae5c1db4ec73755c57b5cf13ed2f09f1a2c1168 (diff)
downloadnixos-e9777f91db22d03cf7d3bca5d3d96f31f89053a7.tar
nixos-e9777f91db22d03cf7d3bca5d3d96f31f89053a7.tar.gz
nixos-e9777f91db22d03cf7d3bca5d3d96f31f89053a7.tar.bz2
nixos-e9777f91db22d03cf7d3bca5d3d96f31f89053a7.tar.xz
nixos-e9777f91db22d03cf7d3bca5d3d96f31f89053a7.zip
vidhar: ...
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 02e58d8f..18eb0629 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -137,9 +137,11 @@
137 interfaces = [ 137 interfaces = [
138 { name = config.networking.pppInterface; 138 { name = config.networking.pppInterface;
139 monitor = true; 139 monitor = true;
140 verbose = true;
140 } 141 }
141 { name = "eno1"; 142 { name = "eno1";
142 advertise = true; 143 advertise = true;
144 verbose = true;
143 prefix = [{ prefix = "::/64"; }]; 145 prefix = [{ prefix = "::/64"; }];
144 route = [{ prefix = "::/0"; }]; 146 route = [{ prefix = "::/0"; }];
145 } 147 }