9 lines
164 B
Nix
9 lines
164 B
Nix
{...}: {
|
|
networking = {
|
|
firewall = {
|
|
allowPing = true;
|
|
enable = true;
|
|
checkReversePath = false;
|
|
};
|
|
};
|
|
}
|