migrate flake lock
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
}:
|
||||
{
|
||||
flake-file.inputs = {
|
||||
x1e-kernel.url = "file:///home/doloro/x1e-kernel-main.zip";
|
||||
x1e-kernel.url = "git+https://git.scug.io/nikkuss/x1e-nixos.git";
|
||||
};
|
||||
modules.surface-patches = {
|
||||
nixos =
|
||||
@@ -16,6 +16,10 @@
|
||||
x1e-kernel.nixosModules.default
|
||||
];
|
||||
|
||||
x1e.model = "15"; # "13" (default) or "15" — selects the correct DTB
|
||||
x1e.cpuParking = true; # loads cpu_parking at boot
|
||||
x1e.ecReboot = true; # loads ec_reboot at boot, exposes /sys/kernel/ec_reboot/reboot
|
||||
|
||||
# Prevent reboot hang - qcom_smd_qrtr workers stuck in D-state
|
||||
systemd.settings.Manager.DefaultTimeoutStopSec = "15s";
|
||||
systemd.settings.Manager.DefaultDeviceTimeoutSec = "15s";
|
||||
|
||||
Reference in New Issue
Block a user