5 lines
108 B
Nix
5 lines
108 B
Nix
{ ... }: {
|
|
# Disable firewall as I configure firewall on my router.
|
|
networking.firewall.enable = false;
|
|
}
|