From 10a36f34b3fc70ebded1ab164a1908939bbdcffe Mon Sep 17 00:00:00 2001 From: scouckel Date: Mon, 8 Dec 2025 23:58:51 -0600 Subject: chaotic-nyx is dead --- hosts/vecna/configuration.nix | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'hosts') diff --git a/hosts/vecna/configuration.nix b/hosts/vecna/configuration.nix index c9cad60..f69dcc1 100644 --- a/hosts/vecna/configuration.nix +++ b/hosts/vecna/configuration.nix @@ -25,15 +25,7 @@ }; }; - boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_cachyos; - chaotic.mesa-git.enable = lib.mkDefault true; - chaotic.mesa-git.fallbackSpecialisation = false; - - specialisation.eye.configuration = { - boot.kernelPackages = pkgs.linuxPackages_latest; - chaotic.mesa-git.enable = false; - }; - + boot.kernelPackages = pkgs.linuxPackages_latest; # amd gpu config hardware.graphics = { enable = true; @@ -131,6 +123,9 @@ # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. # networking.firewall.enable = false; + networking.firewall.checkReversePath = false; + networking.firewall.allowedTCPPorts = [ 443 ]; + networking.firewall.allowedUDPPorts = [ 1194 ]; system.stateVersion = "25.05"; } -- cgit v1.3