diff options
Diffstat (limited to 'hosts/apocalypse')
| -rw-r--r-- | hosts/apocalypse/default.nix | 2 | ||||
| -rw-r--r-- | hosts/apocalypse/firewall.nix | 2 | ||||
| -rw-r--r-- | hosts/apocalypse/hardware-configuration.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hosts/apocalypse/default.nix b/hosts/apocalypse/default.nix index 8149611..b2eddc4 100644 --- a/hosts/apocalypse/default.nix +++ b/hosts/apocalypse/default.nix @@ -14,7 +14,7 @@ addons = { desktop.hyprland.enable = true; desktop.xfce.enable = true; - desktop.cosmic.enable = true; + desktop.cosmic.enable = true; steam.enable = true; virtualisation.guest = false; diff --git a/hosts/apocalypse/firewall.nix b/hosts/apocalypse/firewall.nix index 05feacf..df99c8d 100644 --- a/hosts/apocalypse/firewall.nix +++ b/hosts/apocalypse/firewall.nix @@ -44,7 +44,7 @@ in { networking.nftables.enable = true; networking.firewall = { - enable = true; + enable = false; checkReversePath = false; allowedTCPPorts = baseTCP; allowedUDPPorts = baseUDP; diff --git a/hosts/apocalypse/hardware-configuration.nix b/hosts/apocalypse/hardware-configuration.nix index a644cd9..d007508 100644 --- a/hosts/apocalypse/hardware-configuration.nix +++ b/hosts/apocalypse/hardware-configuration.nix @@ -144,7 +144,7 @@ # Copied from nix wiki to save on battery life. services.tlp = { - enable = false; + enable = false; }; # settings = { # CPU_SCALING_GOVERNOR_ON_AC = "performance"; |
