summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix14
1 files changed, 1 insertions, 13 deletions
diff --git a/common.nix b/common.nix
index 5110e41..3e88570 100644
--- a/common.nix
+++ b/common.nix
@@ -29,19 +29,6 @@ in
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
boot.supportedFilesystems = [ "zfs" ];
- # more responsive kernel
- boot.kernelPatches = [ {
- name = "enable RT_FULL";
- patch = null;
- extraConfig = ''
- PREEMPT y
- PREEMPT_BUILD y
- PREEMPT_VOLUNTARY n
- PREEMPT_COUNT y
- PREEMPTION y
- '';
- } ];
-
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@@ -247,6 +234,7 @@ in
CacheDirectory = "nix";
};
};
+ environment.variables.NIX_REMOTE = "daemon";
# auto update
system.autoUpgrade = {