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