Commit 23cb09f40f6c

Vincent Demeester <vincent@sbr.pm>
2018-11-23 17:46:35
hokkaido: use some modules
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent b092b3e
Changed files (1)
machine/hokkaido.nix
@@ -4,14 +4,15 @@
   imports =
     [ # Include the results of the hardware scan.
     ../hardware-configuration.nix
-    ../profiles/laptop.nix
-    ../profiles/ssh.nix
     ../profiles/yubikey.nix
-    ../profiles/dev.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;