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; inherit system;
config.allowUnfree = true; config.allowUnfree = true;
}; };
power-profiles-daemon = self.unstable.power-profiles-daemon;
}) })
agenix.overlays.default agenix.overlays.default

View file

@ -18,10 +18,7 @@
hardware.amdgpu.opencl = false; hardware.amdgpu.opencl = false;
boot.kernelPackages = pkgs.linuxPackages_6_7; boot.kernelPackages = pkgs.linuxPackages_6_6;
# 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"];
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot = { boot.loader.systemd-boot = {
@ -44,10 +41,7 @@
networking.domain = "alarsyo.net"; networking.domain = "alarsyo.net";
# Pick only one of the below networking options. # Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager = { networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
enable = true;
wifi.powersave = true;
}
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Paris"; time.timeZone = "Europe/Paris";