summaryrefslogtreecommitdiff
path: root/hosts/vecna/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vecna/configuration.nix')
-rw-r--r--hosts/vecna/configuration.nix13
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";
}