This commit is contained in:
Laura Hausmann 2022-07-17 16:53:14 +02:00
parent 1f56c1b375
commit 94cda8297a
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -20,18 +20,18 @@
prefixLength = 24; prefixLength = 24;
}]; }];
interfaces.enp1s0.ipv6.addresses = [{ interfaces.enp1s0.ipv6.addresses = [{
address = "2a01:4f8:241:5bb4:acab::2"; address = "2a01:4f8:10a:23a7:acab::1";
prefixLength = 64; prefixLength = 64;
}]; }];
defaultGateway = { defaultGateway = {
address = "116.202.163.154"; address = "10.42.0.1";
interface = "enp1s0"; interface = "enp1s0";
}; };
defaultGateway6 = { defaultGateway6 = {
address = "fe80::1"; address = "fe80::1";
interface = "enp1s0"; interface = "enp1s0";
}; };
nameservers = ["1.1.1.1"]; nameservers = ["1.1.1.1" "8.8.8.8"];
firewall = { firewall = {
allowedTCPPorts = [ 80 443 ]; allowedTCPPorts = [ 80 443 ];
allowedUDPPorts = [ 443 ]; allowedUDPPorts = [ 443 ];
@ -82,6 +82,7 @@
nftables nftables
htop htop
git git
topgrade
]; ];
services.openssh = { services.openssh = {
@ -156,4 +157,4 @@
}; };
system.stateVersion = "21.11"; # Leave this alone system.stateVersion = "21.11"; # Leave this alone
} }