From 0b03838a384a32f0df20a4da056553c81c9e6d07 Mon Sep 17 00:00:00 2001
From: Jens Nolte <git@queezle.net>
Date: Sun, 7 Feb 2021 15:08:00 +0100
Subject: [PATCH] Enable ioscheduler layer by default

---
 layers/base.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/layers/base.nix b/layers/base.nix
index f974cf8..1c1d75c 100644
--- a/layers/base.nix
+++ b/layers/base.nix
@@ -16,6 +16,7 @@ in
 {
   imports = [
     ./zsh.nix
+    ./ioschedulers.nix
   ];
 
   # This value determines the NixOS release with which your system is to be
-- 
GitLab