From c701bd92bb5031f9a953fcd8ed01d0167e4d7934 Mon Sep 17 00:00:00 2001 From: Julian T Date: Mon, 19 Oct 2020 13:05:27 +0200 Subject: Turned of sql, and minor slstatus --- configuration.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index e160a07..a87aacc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -21,6 +21,9 @@ }; tmpOnTmpfs = true; supportedFilesystems = [ "ntfs" ]; + kernel.sysctl = { + "kernel.sysrq"=1; + }; }; # Enable sound. @@ -33,7 +36,7 @@ # Thinkpad stuff acpilight.enable = true; - bluetooth.enable = true; + bluetooth.enable = false; pulseaudio = { enable = true; @@ -167,7 +170,7 @@ blueman.enable = true; postgresql = { - enable = true; + enable = false; initialScript = pkgs.writeText "backend-initScript" '' CREATE ROLE julian WITH LOGIN PASSWORD 'hejmeddig' CREATEDB; CREATE DATABASE julian; @@ -184,7 +187,7 @@ }; virtualisation.docker = { - enable = true; + enable = false; }; -- cgit v1.2.3