Good battery, wifi and temp bluetooth issues

This commit is contained in:
Pengames 2025-07-10 13:31:31 +10:00
parent 7736f96078
commit 0ab9615537
2 changed files with 11 additions and 5 deletions

View File

@ -28,7 +28,7 @@
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
networking.networkmanager.wifi.powersave = false;
# Set your time zone. # Set your time zone.
time.timeZone = "Australia/Sydney"; time.timeZone = "Australia/Sydney";
@ -142,6 +142,7 @@
tigervnc tigervnc
foot foot
openvpn openvpn
prismlauncher
]; ];
}; };
services.iptsd = { services.iptsd = {
@ -159,6 +160,7 @@
wget wget
lf lf
fd fd
traceroute
ripgrep ripgrep
zoom zoom
python313 python313
@ -196,9 +198,9 @@
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh.enable = true; services.openssh.enable = true;
services.openvpn.servers = { # services.openvpn.servers = {
homeVPN = { config = '' config /root/nixos/openvpn/James\ Surface.ovpn ''; }; # homeVPN = { config = '' config /root/nixos/openvpn/James\ Surface.ovpn ''; };
}; # };
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];

View File

@ -91,7 +91,8 @@
# OR # OR
services.pipewire = { services.pipewire = {
enable = true; enable = true;
pulse.enable = true; wireplumber.enable = true;
pulse.enable = false;
# alsa.enable = true; # alsa.enable = true;
# alsa.support32Bit = true; # alsa.support32Bit = true;
}; };
@ -155,6 +156,7 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wakeonlan
wget wget
lf lf
fd fd
@ -181,6 +183,8 @@
maliit-keyboard maliit-keyboard
maliit-framework maliit-framework
pavucontrol pavucontrol
libcamera
traceroute
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are