Commit 62a94171d021

Vincent Demeester <vincent@sbr.pm>
2018-11-23 18:13:46
hokkaido: clean imports
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent e4f7e4f
Changed files (1)
machine/hokkaido.nix
@@ -2,21 +2,16 @@
 
 {
   imports =
-    [ # Include the results of the hardware scan.
-    ../hardware-configuration.nix
-    ../profiles/yubikey.nix
-    ../location/home.nix
-    ../hardware/thinkpad-x220.nix
-  ];
+    [
+      ../profiles/yubikey.nix
+      ../location/home.nix
+      ../hardware/thinkpad-x220.nix
+    ];
 
   profiles.laptop.enable = true;
   profiles.ssh.enable = true;
   profiles.dev.enable = true;
 
-  boot.loader.efi.canTouchEfiVariables = true;
-  hardware.bluetooth.enable = true;
-  hardware.bluetooth.powerOnBoot = true;
-  hardware.trackpoint.enable = false;
   time.timeZone = "Europe/Paris";
 
   environment.systemPackages = with pkgs; [