Added two new hosts
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
{ config, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.settings.hardware.firewall;
|
||||
in {
|
||||
@@ -14,9 +12,9 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
config = {
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
enable = cfg.enable;
|
||||
allowedTCPPorts = [ ];
|
||||
allowedUDPPorts = [ ];
|
||||
};
|
||||
|
Reference in New Issue
Block a user