diff --git a/flake.nix b/flake.nix index 476d7cc..08bf4ef 100644 --- a/flake.nix +++ b/flake.nix @@ -93,8 +93,6 @@ inherit system; config.allowUnfree = true; }; - - power-profiles-daemon = self.unstable.power-profiles-daemon; }) agenix.overlays.default diff --git a/hosts/talos/default.nix b/hosts/talos/default.nix index e061b48..0376135 100644 --- a/hosts/talos/default.nix +++ b/hosts/talos/default.nix @@ -18,10 +18,7 @@ hardware.amdgpu.opencl = false; - boot.kernelPackages = pkgs.linuxPackages_6_7; - # Set Wi-Fi regulatory domain. Currently always set to '00' (world), and could - # lead to bad Wi-Fi performance - boot.kernelParams = ["cfg80211.ieee80211_regdom=FR"]; + boot.kernelPackages = pkgs.linuxPackages_6_6; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot = { @@ -44,10 +41,7 @@ networking.domain = "alarsyo.net"; # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - networking.networkmanager = { - enable = true; - wifi.powersave = true; - } + networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. # Set your time zone. time.timeZone = "Europe/Paris";