about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-10-31 16:23:05 +0100
committerGitHub <noreply@github.com>2017-10-31 16:23:05 +0100
commit8ab4568eb60a40cd2972c9fb1d7f7b128694d243 (patch)
treec1590cfcc82200e068bd934eb1266350bb810775
parent2b4cf78e6bc85c61e0cf0ee4cc80d75aec69989a (diff)
parent755640ca479a0a0ac62fdb446f2882c1aeeb5116 (diff)
Merge pull request #16 from Profpatsch/master
dis is pull reqeust
-rw-r--r--machines/labnet/labtops.nix10
-rw-r--r--machines/profpatsch/base-workstation.nix2
2 files changed, 11 insertions, 1 deletions
diff --git a/machines/labnet/labtops.nix b/machines/labnet/labtops.nix
index f8393b34..e1c25f11 100644
--- a/machines/labnet/labtops.nix
+++ b/machines/labnet/labtops.nix
@@ -35,6 +35,14 @@
       tcp.anonymousClients.allowedIpRanges = [ "172.16.0.0/16" "127.0.0.1" ];
     };
 
+    hardware.bluetooth = {
+      enable = true;
+      extraConfig = ''
+        [General]
+        Enable=Source,Sink,Media,Socket
+      '';
+    };
+
     hardware.sane.enable = true;
     services.saned = {
       enable = true;
@@ -45,7 +53,7 @@
 
     vuizvui.user.openlab.stackenblocken = {
       enable = true;
-      volume = 40;
+      volume = 35;
     };
     vuizvui.user.openlab.speedtest = {
       enable = true;
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index d73d7cd8..9b572671 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -19,6 +19,8 @@ in {
       grub.version = 2;
     };
 
+    hardware.cpu.intel.updateMicrocode = true;
+
     networking = {
       firewall.enable = false;
     };