This commit is contained in:
Kevin Kandlbinder 2023-05-13 20:25:29 +02:00
parent 1d86d41ad9
commit 559d573dca
Signed by: kevin
GPG key ID: 1460B586646E180D

View file

@ -13,9 +13,26 @@
networking.hostName = "amon"; networking.hostName = "amon";
networking.domain = "srv.1in9.net"; 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"; time.timeZone = "Europe/Berlin";
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";
console = { console = {
font = "Lat2-Terminus16"; font = "Lat2-Terminus16";