enable fw
This commit is contained in:
parent
f21d40ce98
commit
50a59333e6
1 changed files with 6 additions and 1 deletions
|
|
@ -6,6 +6,11 @@
|
||||||
./nano.nix
|
./nano.nix
|
||||||
];
|
];
|
||||||
networking.hostName = host.hostName;
|
networking.hostName = host.hostName;
|
||||||
|
networking.firewall = {
|
||||||
|
enable = true;
|
||||||
|
allowedTCPPorts = [];
|
||||||
|
allowedUDPPorts = [];
|
||||||
|
}
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cryptsetup
|
cryptsetup
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue