修改配置方式,删除多余的wlogout配置
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
};
|
||||
|
||||
# Configure firewall
|
||||
networking.firewall = lib.mkDefault {
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 22 80 443 ]; # 根据需要调整
|
||||
allowedUDPPorts = [ 9 53 ]; # 9: wol, 53: dns
|
||||
|
||||
Reference in New Issue
Block a user