mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-22 03:26:09 +02:00
Add IPv6
This commit is contained in:
parent
1d86d41ad9
commit
559d573dca
1 changed files with 18 additions and 1 deletions
|
@ -13,9 +13,26 @@
|
|||
|
||||
networking.hostName = "amon";
|
||||
networking.domain = "srv.1in9.net";
|
||||
|
||||
networking.enableIPv6 = true;
|
||||
networking.interfaces.enp1s0 = {
|
||||
ipv4.addresses = [
|
||||
{
|
||||
address = "128.140.94.180";
|
||||
prefixLength = 32;
|
||||
}
|
||||
];
|
||||
ipv6.addresses = [
|
||||
{
|
||||
address = "2a01:4f8:c17:6ccc::";
|
||||
prefixLength = 64;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue