From 16da95bca0c6daecca412c7b883e4cf2aa6397ba Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 18 Jun 2022 06:07:26 +0200 Subject: cirrus: use networkd --- hosts/dishwasher/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/dishwasher/configuration.nix') diff --git a/hosts/dishwasher/configuration.nix b/hosts/dishwasher/configuration.nix index fd8b311..258c3a5 100644 --- a/hosts/dishwasher/configuration.nix +++ b/hosts/dishwasher/configuration.nix @@ -19,7 +19,7 @@ interfaces.enp1s0.useDHCP = true; hostName = "dishwasher"; # Define your hostname. useNetworkd = true; - firewall.enable = false; + firewall.enable = true; }; time.timeZone = "Europe/Amsterdam"; -- cgit v1.3.1