Install NixOS on Hetzner Online: Difference between revisions

imported>Mic92
network configuration snippet
 
imported>Mic92
cleanup example
Line 30: Line 30:
         # this should be always fe80::1
         # this should be always fe80::1
         Gateway = fe80::1
         Gateway = fe80::1
        IPv6AcceptRA = no
        IPForward = yes
        [DHCP]
        UseDNS = no
       '';
       '';
   };
   };
}
}
</syntaxHighlight>
</syntaxHighlight>