Compare commits

..

No commits in common. "a8af2a0e928ea40df3c7b90e592b6715ce930f12" and "e78f0d194db7c64dc79660596ca4ff5a98e2c508" have entirely different histories.

3 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,6 @@
[ "zfs.zfs_arc_max=1073741824 zfs.zfs_arc_meta_limit_percent=90" ]; [ "zfs.zfs_arc_max=1073741824 zfs.zfs_arc_meta_limit_percent=90" ];
kernelModules = [ "i915" "acpi_call" "kvm-intel" ]; kernelModules = [ "i915" "acpi_call" "kvm-intel" ];
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ]; extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
blacklistedKernelModules = [ "btusb" ];
supportedFilesystems = [ "zfs" ]; supportedFilesystems = [ "zfs" ];
zfs.requestEncryptionCredentials = true; zfs.requestEncryptionCredentials = true;
}; };

View File

@ -38,7 +38,7 @@
description = "Monthly purge of Doom Emacs"; description = "Monthly purge of Doom Emacs";
wantedBy = [ "default.target" ]; wantedBy = [ "default.target" ];
timerConfig = { timerConfig = {
OnCalendar = "13-*-* 22:00:00"; OnCalendar = "13 22:00:00";
Unit = "doom-purge.service"; Unit = "doom-purge.service";
}; };
}; };

View File

@ -31,6 +31,9 @@
NATACPI_ENABLE = 1; NATACPI_ENABLE = 1;
TPACPI_ENABLE = 1; TPACPI_ENABLE = 1;
TPSMAPI_ENABLE = 1; TPSMAPI_ENABLE = 1;
# Disable bluetooth on startup
DEVICES_TO_DISABLE_ON_STARTUP = "bluetooth";
}; };
}; };