aboutsummaryrefslogtreecommitdiff
path: root/hosts/myrtle/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/myrtle/configuration.nix')
-rw-r--r--hosts/myrtle/configuration.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix
index 82eb763..09da894 100644
--- a/hosts/myrtle/configuration.nix
+++ b/hosts/myrtle/configuration.nix
@@ -27,7 +27,7 @@
27 27
28 28
29 i18n.defaultLocale = "en_US.UTF-8"; 29 i18n.defaultLocale = "en_US.UTF-8";
30 time.timeZone = "Asia/Kolkata"; 30 time.timeZone = "Europe/London";
31 31
32 nixpkgs.config = { 32 nixpkgs.config = {
33 "2bwm".patches = [ 33 "2bwm".patches = [
@@ -123,7 +123,7 @@
123 }; 123 };
124 sensor.iio.enable = true; # enable screen autorotate 124 sensor.iio.enable = true; # enable screen autorotate
125 asus.battery = { 125 asus.battery = {
126 chargeUpto = 80; 126 chargeUpto = 100;
127 }; 127 };
128 }; 128 };
129 129
@@ -190,6 +190,11 @@
190 group = "signald"; 190 group = "signald";
191 }; 191 };
192 192
193 udisks2 = {
194 enable = true;
195 mountOnMedia = true;
196 };
197
193 }; 198 };
194 199
195 systemd.sleep.extraConfig = '' 200 systemd.sleep.extraConfig = ''