aboutsummaryrefslogtreecommitdiff
path: root/modules/vultr/default.nix
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2024-02-08 11:17:46 +0100
committerMax Audron <audron@cocaine.farm>2024-02-19 16:37:53 +0100
commit4e787d452ba1f81a07066f6bafc7cf000d03098a (patch)
tree13c6986f3c031f2868f0f05ed80695c1b2e195e3 /modules/vultr/default.nix
parentremoved old d3fus confs and added d3fus fritzbox (diff)
only enable dhcpcd ipv6 hanlding for vultr
Diffstat (limited to '')
-rw-r--r--modules/vultr/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/vultr/default.nix b/modules/vultr/default.nix
index 3104e0f..04ea21c 100644
--- a/modules/vultr/default.nix
+++ b/modules/vultr/default.nix
@@ -8,6 +8,10 @@
boot.loader.grub.devices = [ "/dev/vda" ];
+ networking = {
+ dhcpcd.IPv6rs = true;
+ };
+
fileSystems = {
"/" = {
device = "/dev/vda1";