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