Good battery, wifi and temp bluetooth issues
This commit is contained in:
parent
7736f96078
commit
0ab9615537
@ -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 = [ ... ];
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user