From 94d534975ab228b27d4713f7dec41bfa3900fdfb Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 2 Oct 2021 10:46:11 +0530 Subject: rework services --- hosts/olive/configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'hosts/olive/configuration.nix') diff --git a/hosts/olive/configuration.nix b/hosts/olive/configuration.nix index 0019695..3c15f74 100644 --- a/hosts/olive/configuration.nix +++ b/hosts/olive/configuration.nix @@ -8,7 +8,6 @@ imports = [ ./hardware-configuration.nix - ../../services/battery.nix ../../services/suspend.nix ]; @@ -92,7 +91,6 @@ adb.enable = true; }; - sound.enable = true; hardware.pulseaudio = { enable = true; @@ -114,8 +112,8 @@ services.batteryNotifier = { enable = true; - notifyCapacity = 40; - suspendCapacity = 5; + notifyCapacity = 20; + suspendCapacity = 10; }; users.users.np = { -- cgit v1.2.3