diff options
-rw-r--r-- | ilex/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ilex/configuration.nix b/ilex/configuration.nix index 866b1e3..a2fdb2a 100644 --- a/ilex/configuration.nix +++ b/ilex/configuration.nix @@ -9,6 +9,8 @@ ./hardware-configuration.nix ]; + networking.firewall.allowedTCPPorts = [ 5000 ]; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_0; # Use the systemd-boot EFI boot loader. |