openvpn: update PR#109643
[sourcephile-nix.git] / hosts / losurdo / system.nix
index b34136177d802841473abc7b62453952aaa344ed..9e12dcda33382bbbbfc58d36cae3a75a0010617e 100644 (file)
@@ -16,16 +16,20 @@ nix.gc.options = "--delete-older-than 7d";
 # 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