diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 3696f778..9db78d42 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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 = { diff --git a/nixos/machines/imalison-home.nix b/nixos/machines/imalison-home.nix index 7c1b2fae..dad05f52 100644 --- a/nixos/machines/imalison-home.nix +++ b/nixos/machines/imalison-home.nix @@ -4,9 +4,7 @@ imports = [ ../configuration.nix - ../games.nix ../cachix.nix - ../extra.nix ]; boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "sd_mod" ]; diff --git a/nixos/machines/ivanm-dfinity-razer.nix b/nixos/machines/ivanm-dfinity-razer.nix index 47feed26..a77831fe 100644 --- a/nixos/machines/ivanm-dfinity-razer.nix +++ b/nixos/machines/ivanm-dfinity-razer.nix @@ -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";