1
0
Fork 0

Compare commits

..

2 commits

Author SHA1 Message Date
a5d6c2ef21 Disabled powersafe for networkmanager
Disabled power safe for network manager in configuration.nix

Background is that the wifi adapter has bad performance when on battery
but no issues when running on AC power.

Unfortunately, this had no effect.

See: https://discourse.nixos.org/t/bad-wifi-performance-on-battery/49398
2024-07-23 20:27:37 +02:00
74f0e45bd7 Added pciutils and inxi
Necessary system info and debug tools
2024-07-21 14:42:54 +02:00
2 changed files with 7 additions and 2 deletions

View file

@ -29,6 +29,7 @@
# Enable networking
networking.networkmanager.enable = true;
networking.networkmanager.wifi.powersave = false;
# Set your time zone.
time.timeZone = "Europe/Berlin";

View file

@ -28,6 +28,12 @@
# # "Hello, world!" when run.
# pkgs.hello
# System
inxi
pciutils
htop
btop
# Terminal
alacritty
source-code-pro # Font for Alacritty
@ -35,8 +41,6 @@
cutecom
cowsay
mc
htop
btop
fd # unnamed dependency for the fuzzy finder fzf
lazygit
eza # replacement for ls