diff options
| author | scouckel <james.krinsky@gmail.com> | 2025-12-08 23:58:51 -0600 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2025-12-08 23:58:51 -0600 |
| commit | 10a36f34b3fc70ebded1ab164a1908939bbdcffe (patch) | |
| tree | 7f191537d10a7c4e63319e52083f6cc311153461 /hosts | |
| parent | a4a4957fae687c0c0ac6f65c916b1f5346cde9bd (diff) | |
chaotic-nyx is dead
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/vecna/configuration.nix | 13 |
1 files changed, 4 insertions, 9 deletions
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"; } |
