15 lines
162 B
Nix
15 lines
162 B
Nix
{...}: {
|
|
services = {
|
|
firewalld = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
# nope
|
|
};
|
|
|
|
zones = {
|
|
# nope
|
|
};
|
|
};
|
|
};
|
|
}
|