about summary refs log tree commit diff
path: root/machines/x220
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-01-26 18:58:11 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-01-26 18:58:11 +0100
commitb7c4edc5c3d154d8b488cc65e1c6eee171c0f74a (patch)
tree0b722fbff12c5b9b1c209dd6223577952900b0f3 /machines/x220
parentf50f50480c1c36da035392334021adcdc123a2d2 (diff)
downloaddots-b7c4edc5c3d154d8b488cc65e1c6eee171c0f74a.tar.gz
dots-b7c4edc5c3d154d8b488cc65e1c6eee171c0f74a.zip
Powersaving
Diffstat (limited to 'machines/x220')
-rw-r--r--machines/x220/configuration.nix13
1 files changed, 11 insertions, 2 deletions
diff --git a/machines/x220/configuration.nix b/machines/x220/configuration.nix
index 2244fe3..18f600e 100644
--- a/machines/x220/configuration.nix
+++ b/machines/x220/configuration.nix
@@ -31,12 +31,18 @@ in
 
       networkmanager = {
         enable = true;
-        wifi.backend = "iwd";
+        wifi = {
+          backend = "iwd";
+          powersave = true;
+        };
       };
     };
 
     nixpkgs.config.allowUnfree = true;
 
+    nix.extraOptions = ''
+      show-trace = true
+    '';
 
     environment.systemPackages = with pkgs; [
       discord
@@ -87,7 +93,7 @@ in
   programs.adb.enable = true;
 
   virtualisation.docker.enable = true;
-  # systemd.services.docker.enable = false;
+  systemd.services.docker.wantedBy = lib.mkForce [];
 
   services.udev.packages = [ pkgs.libu2f-host ];
 
@@ -102,6 +108,9 @@ in
     drivers = [ pkgs.epson_201207w ];
   };
   hardware.sane.enable = true;
+  hardware.sane.extraBackends = [ pkgs.epkowa ];
+
+  hardware.bluetooth.powerOnBoot = false;
 
   services.cron.enable = true;
   # services.fcron.enable = true;