[NixOS] Move some stuff around

This commit is contained in:
2019-06-06 11:27:45 -07:00
parent cdb1afc6ab
commit b3c8f5b550
3 changed files with 3 additions and 5 deletions

View File

@@ -19,6 +19,8 @@
boot.loader.efi.canTouchEfiVariables = true;
services.xserver.libinput.enable = true;
services.tlp.enable = true;
services.acpid.enable = false;
fileSystems."/" =
{ device = "/dev/disk/by-uuid/58218a04-3ba1-4295-86bb-ada59f75e3b6";

View File

@@ -4,9 +4,7 @@
imports = [
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
../configuration.nix
../games.nix
../cachix.nix
../extra.nix
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "sd_mod" ];