7 lines
96 B
Nix
7 lines
96 B
Nix
|
{ config, ... }:
|
||
|
|
||
|
{
|
||
|
# Disable the firewall altogether
|
||
|
networking.firewall.enable = false;
|
||
|
}
|