diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index a6392ec..82c66bf 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -10,14 +10,17 @@ let }; in { - imports = [ ./hardware-configuration.nix ]; + imports = [ + + ./hardware-configuration.nix + ]; # networking networking.hostName = "neodymium"; networking.networkmanager.enable = true; networking.firewall.enable = true; - networking.firewall.allowedTCPPorts = []; - networking.firewall.allowedUDPPorts = []; + networking.firewall.allowedTCPPorts = [ ]; + networking.firewall.allowedUDPPorts = [ ]; # use systemd-boot EFI boot loader boot.loader.systemd-boot.enable = true;