From 0ab9615537e89ef8fb04e03477f5a4b38ad19515 Mon Sep 17 00:00:00 2001 From: Pengames Date: Thu, 10 Jul 2025 13:31:31 +1000 Subject: [PATCH] Good battery, wifi and temp bluetooth issues --- configuration.nix | 10 ++++++---- touchscreen/configuration.nix | 6 +++++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index a9a6727..0cff07c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -28,7 +28,7 @@ # 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.wifi.powersave = false; # Set your time zone. time.timeZone = "Australia/Sydney"; @@ -142,6 +142,7 @@ tigervnc foot openvpn + prismlauncher ]; }; services.iptsd = { @@ -159,6 +160,7 @@ wget lf fd + traceroute ripgrep zoom python313 @@ -196,9 +198,9 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; - services.openvpn.servers = { - homeVPN = { config = '' config /root/nixos/openvpn/James\ Surface.ovpn ''; }; -}; + # services.openvpn.servers = { +# homeVPN = { config = '' config /root/nixos/openvpn/James\ Surface.ovpn ''; }; +# }; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; diff --git a/touchscreen/configuration.nix b/touchscreen/configuration.nix index f003645..02890e5 100644 --- a/touchscreen/configuration.nix +++ b/touchscreen/configuration.nix @@ -91,7 +91,8 @@ # OR services.pipewire = { enable = true; - pulse.enable = true; + wireplumber.enable = true; + pulse.enable = false; # alsa.enable = true; # alsa.support32Bit = true; }; @@ -155,6 +156,7 @@ nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + wakeonlan wget lf fd @@ -181,6 +183,8 @@ maliit-keyboard maliit-framework pavucontrol + libcamera + traceroute ]; # Some programs need SUID wrappers, can be configured further or are