diff options
| author | stuebinm | 2023-04-14 00:42:11 +0200 | 
|---|---|---|
| committer | stuebinm | 2023-04-14 00:42:11 +0200 | 
| commit | 674517730ad3b7c52fd4d8a14cf4891a42e209a5 (patch) | |
| tree | 94d0fed558d24c72d46705a0bf085fa14d6c5ab4 /ilex | |
| parent | ab8a3b66a66bc58cd901f6d24e551906e74e174f (diff) | |
chaski: config for chat-in-nixstore shitpost
Diffstat (limited to '')
| -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 5df8fba..3988e81 100644 --- a/ilex/configuration.nix +++ b/ilex/configuration.nix @@ -11,6 +11,8 @@      ../modules/crs-tools.nix    ]; +  # nix.settings.sandbox = false; +    networking.firewall.allowedTCPPorts = [ 5000 ];    boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_2; | 
