From a2339e091a6e1906b8f6488986de1474a5e7b92e Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 30 Dec 2022 17:40:41 +0100 Subject: Hardware: Move hardware specific settings from hosts --- hosts/luna/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'hosts') diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix index 6135307..bee10d3 100644 --- a/hosts/luna/default.nix +++ b/hosts/luna/default.nix @@ -1,9 +1,6 @@ { config, pkgs, lib, secrets, hostname, inputs, user, ... }: { - imports = [ - ../../modules/power-save - ../../modules/bluetooth - ]; + imports = []; services = { # Configure keymap in X11 -- cgit 1.4.1