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" ];
kernelModules = [ "i915" "acpi_call" "kvm-intel" ];
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
blacklistedKernelModules = [ "btusb" ];
supportedFilesystems = [ "zfs" ];
zfs.requestEncryptionCredentials = true;
};

View File

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

View File

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