Set static ip
This commit is contained in:
parent
f5cfac08ca
commit
1163c273ac
1 changed files with 11 additions and 0 deletions
|
@ -108,6 +108,17 @@
|
|||
"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 = {
|
||||
enable = true;
|
||||
allowedUDPPortRanges = with config.services.coturn; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue