diff options
author | stuebinm | 2023-01-27 20:39:45 +0100 |
---|---|---|
committer | stuebinm | 2023-01-27 20:39:45 +0100 |
commit | e07da43fb6d12b7385de9e851db2cb7636b29551 (patch) | |
tree | 46b2ca505924435220a0291efade1d2d1fb19ae3 /ilex | |
parent | e3a7cbc9bf986d0f27b4808b12899548a4a552c3 (diff) |
ilex: allow tcp on port 5000 for nix-serve-ng
Diffstat (limited to 'ilex')
-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. |