mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
hosts/marisa: Firewall interfaces
This commit is contained in:
parent
64e6441aae
commit
06654639b6
1 changed files with 7 additions and 4 deletions
|
|
@ -58,10 +58,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
network.addresses.public = {
|
network = {
|
||||||
enable = true;
|
addresses.public = {
|
||||||
nixos.ipv4.address = "104.244.72.5";
|
enable = true;
|
||||||
nixos.ipv6.address = "2605:6400:30:eed1:6cf7:bbfc:b4e:15c0";
|
nixos.ipv4.address = "104.244.72.5";
|
||||||
|
nixos.ipv6.address = "2605:6400:30:eed1:6cf7:bbfc:b4e:15c0";
|
||||||
|
};
|
||||||
|
firewall.public.interfaces = singleton "ens3";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/" ={
|
fileSystems."/" ={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue