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";
|
||||
|
||||
Generated
+9
-6
@@ -1534,14 +1534,17 @@
|
||||
},
|
||||
"x1e-kernel": {
|
||||
"locked": {
|
||||
"lastModified": 1775750605,
|
||||
"narHash": "sha256-qHeSM7bY9FLsdyi4iKsZshYjR/zRm8WJTzO8NmtUfyg=",
|
||||
"type": "tarball",
|
||||
"url": "file:///home/doloro/x1e-kernel-main.zip"
|
||||
"lastModified": 1775821553,
|
||||
"narHash": "sha256-RJpa+xfFtgloGEH1sEUpU75vEGZEMGoaawTAwDGdxB8=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "95f3f072da16549f69c7eaea398be37336c7922c",
|
||||
"revCount": 1,
|
||||
"type": "git",
|
||||
"url": "https://git.scug.io/nikkuss/x1e-nixos.git"
|
||||
},
|
||||
"original": {
|
||||
"type": "tarball",
|
||||
"url": "file:///home/doloro/x1e-kernel-main.zip"
|
||||
"type": "git",
|
||||
"url": "https://git.scug.io/nikkuss/x1e-nixos.git"
|
||||
}
|
||||
},
|
||||
"xdph": {
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
url = "github:nix-community/stylix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
x1e-kernel.url = "file:///home/doloro/x1e-kernel-main.zip";
|
||||
x1e-kernel.url = "git+https://git.scug.io/nikkuss/x1e-nixos.git";
|
||||
zen-browser = {
|
||||
url = "github:youwen5/zen-browser-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
Reference in New Issue
Block a user