Enable firewall on library
This commit is contained in:
@ -13,6 +13,12 @@ with lib.my;
|
||||
networking.hostName = "library";
|
||||
networking.domain = "mesh.vimium.net";
|
||||
networking.hostId = "d24ae953";
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
22 # SSH
|
||||
];
|
||||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
|
Reference in New Issue
Block a user