Compare commits

..

No commits in common. "74d04c4ed413917b816eab5b847053890fc6da1a" and "c47c084a55e790de019b28ae6ba6c4aacaf82e9b" have entirely different histories.

2 changed files with 2 additions and 10 deletions

View file

@ -93,8 +93,6 @@
inherit system;
config.allowUnfree = true;
};
power-profiles-daemon = self.unstable.power-profiles-daemon;
})
agenix.overlays.default

View file

@ -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";