Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
commit
ebd55fba34
@ -277,9 +277,6 @@ in
|
||||
programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
|
||||
programs.adb.enable = true;
|
||||
|
||||
services.tlp.enable = true;
|
||||
services.acpid.enable = false;
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
services.avahi = {
|
||||
|
@ -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" ];
|
||||
|
@ -25,6 +25,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";
|
||||
|
Loading…
Reference in New Issue
Block a user