aboutsummaryrefslogtreecommitdiff
path: root/hosts/olive/configuration.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-02 06:16:11 +0100
committerAkshay <[email protected]>2021-10-02 06:16:11 +0100
commit94d534975ab228b27d4713f7dec41bfa3900fdfb (patch)
treeb63c5ef86b83935a27b287c842a1b7fa64368049 /hosts/olive/configuration.nix
parent804ad2b07645b4cb2e44449720d54ed94106a116 (diff)
rework services
Diffstat (limited to 'hosts/olive/configuration.nix')
-rw-r--r--hosts/olive/configuration.nix6
1 files changed, 2 insertions, 4 deletions
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 @@
8 imports = 8 imports =
9 [ 9 [
10 ./hardware-configuration.nix 10 ./hardware-configuration.nix
11 ../../services/battery.nix
12 ../../services/suspend.nix 11 ../../services/suspend.nix
13 ]; 12 ];
14 13
@@ -92,7 +91,6 @@
92 adb.enable = true; 91 adb.enable = true;
93 }; 92 };
94 93
95
96 sound.enable = true; 94 sound.enable = true;
97 hardware.pulseaudio = { 95 hardware.pulseaudio = {
98 enable = true; 96 enable = true;
@@ -114,8 +112,8 @@
114 112
115 services.batteryNotifier = { 113 services.batteryNotifier = {
116 enable = true; 114 enable = true;
117 notifyCapacity = 40; 115 notifyCapacity = 20;
118 suspendCapacity = 5; 116 suspendCapacity = 10;
119 }; 117 };
120 118
121 users.users.np = { 119 users.users.np = {