# and let mosh work smoothly.
services.logind.killUserProcesses = false;
+hardware.bluetooth.enable = true;
+#services.blueman.enable = true;
+
documentation.nixos = {
enable = false; # NOTE: useless on a server, and CPU intensive.
};
boot.kernelParams = [
# Rotate the consoles anti-clockwise.
- "fbcon=rotate:3"
+ #"fbcon=rotate:3"
];
environment.systemPackages = with pkgs; [
+ bluez
cryptsetup
direnv
f3