Compare commits
2 Commits
e78f0d194d
...
a8af2a0e92
Author | SHA1 | Date |
---|---|---|
coolneng | a8af2a0e92 | |
coolneng | f6f655af5c |
|
@ -8,6 +8,7 @@
|
||||||
[ "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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -31,9 +31,6 @@
|
||||||
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";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue