mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
tungsten: copy config from vanadium
This commit is contained in:
parent
f41d27ebff
commit
b17c3d9251
21 changed files with 1568 additions and 0 deletions
17
nix/configurations/tungsten/nixos/misc.nix
Normal file
17
nix/configurations/tungsten/nixos/misc.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{pkgs, ...}: {
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
boot.loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
editor = false;
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_12;
|
||||
boot.kernelParams = [
|
||||
# https://community.frame.work/t/stability-issues-random-crashes-reboots-and-boot-freezes/62675/4
|
||||
"pcie_aspm=off"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue