Commit 23cb09f40f6c
Changed files (1)
machine
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;