some more config for email, almost fully works
This commit is contained in:
parent
75558aeee3
commit
19b0d8b375
4 changed files with 17 additions and 8 deletions
6
modules/firewall/default.nix
Normal file
6
modules/firewall/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }: {
|
||||
networking = {
|
||||
nftables.enable = true;
|
||||
firewall.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue