migrate flake lock
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
flake-file.inputs = {
|
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 = {
|
modules.surface-patches = {
|
||||||
nixos =
|
nixos =
|
||||||
@@ -16,6 +16,10 @@
|
|||||||
x1e-kernel.nixosModules.default
|
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
|
# Prevent reboot hang - qcom_smd_qrtr workers stuck in D-state
|
||||||
systemd.settings.Manager.DefaultTimeoutStopSec = "15s";
|
systemd.settings.Manager.DefaultTimeoutStopSec = "15s";
|
||||||
systemd.settings.Manager.DefaultDeviceTimeoutSec = "15s";
|
systemd.settings.Manager.DefaultDeviceTimeoutSec = "15s";
|
||||||
|
|||||||
Generated
+9
-6
@@ -1534,14 +1534,17 @@
|
|||||||
},
|
},
|
||||||
"x1e-kernel": {
|
"x1e-kernel": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1775750605,
|
"lastModified": 1775821553,
|
||||||
"narHash": "sha256-qHeSM7bY9FLsdyi4iKsZshYjR/zRm8WJTzO8NmtUfyg=",
|
"narHash": "sha256-RJpa+xfFtgloGEH1sEUpU75vEGZEMGoaawTAwDGdxB8=",
|
||||||
"type": "tarball",
|
"ref": "refs/heads/main",
|
||||||
"url": "file:///home/doloro/x1e-kernel-main.zip"
|
"rev": "95f3f072da16549f69c7eaea398be37336c7922c",
|
||||||
|
"revCount": 1,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.scug.io/nikkuss/x1e-nixos.git"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "tarball",
|
"type": "git",
|
||||||
"url": "file:///home/doloro/x1e-kernel-main.zip"
|
"url": "https://git.scug.io/nikkuss/x1e-nixos.git"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"xdph": {
|
"xdph": {
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
url = "github:nix-community/stylix";
|
url = "github:nix-community/stylix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
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 = {
|
zen-browser = {
|
||||||
url = "github:youwen5/zen-browser-flake";
|
url = "github:youwen5/zen-browser-flake";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|||||||
Reference in New Issue
Block a user