Set static ip

This commit is contained in:
batteredbunny 2024-11-09 13:45:18 +02:00
parent f5cfac08ca
commit 1163c273ac

View file

@ -108,6 +108,17 @@
"1.0.0.1" "1.0.0.1"
]; ];
interfaces.enp0s31f6q = {
ipv6.addresses = [{
address = "2001:7d0:84a6:5900:263a:6e9b:63e4:3b82";
prefixLength = 64;
}];
ipv4.addresses = [{
address = "192.168.1.131";
prefixLength = 24;
}];
};
firewall = { firewall = {
enable = true; enable = true;
allowedUDPPortRanges = with config.services.coturn; [ allowedUDPPortRanges = with config.services.coturn; [