diff options
Diffstat (limited to 'stallo-configuration.nix')
-rw-r--r-- | stallo-configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stallo-configuration.nix b/stallo-configuration.nix index f7a41299c5cc..120544b1a312 100644 --- a/stallo-configuration.nix +++ b/stallo-configuration.nix @@ -18,5 +18,10 @@ psk = "washyourface"; }; }; + # IPv6 at home, of course: + nameservers = [ + "2606:4700:4700::1111" + "2606:4700:4700::1001" + ]; }; } |