Commit 6e5e971eba7f

Vincent Demeester <vincent@sbr.pm>
2018-04-13 18:07:23
Update wakasu
- DPI to 128 - Remove virtualization Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c5f115b
Changed files (2)
hardware/thinkpad-t460s.nix
@@ -40,7 +40,7 @@ DISK_DEVICES="nvme0n1p3"
 		};
 	};
 	services.xserver = {
-		dpi = 144;
+		dpi = 128;
 	};
 	#environment = {
 	#	variables.QT_DEVICE_PIXEL_RATIO = "2";
machine/wakasu.nix
@@ -6,7 +6,7 @@
 			../hardware-configuration.nix
 			../profiles/laptop.nix
 			../profiles/ssh.nix
-			../profiles/virtualization.nix
+			# ../profiles/virtualization.nix
 			../profiles/dockerization.nix
 			../profiles/dev.go.nix
 			../profiles/dev.python.nix
@@ -42,10 +42,13 @@
 	};
 
 	hardware.bluetooth.enable = true;
+  hardware.bluetooth.powerOnBoot = true;
+  /*
 	hardware.bluetooth.extraConfig = "
 [general]
 Enable=Source,Sink,Media,Socket
 ";
+  */
 	hardware.trackpoint.enable = false;
 
 	time.timeZone = "Europe/Paris";