progress
This commit is contained in:
parent
86090fa40e
commit
f86275f331
5 changed files with 61 additions and 0 deletions
13
modules/hosts/desktop/boot.nix
Normal file
13
modules/hosts/desktop/boot.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{pkgs, ...}: {
|
||||
flake.modules.nixos.desktop = {
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_6_12;
|
||||
kernelParams = ["nvidia-drm.modeset=1"];
|
||||
|
||||
loader.grub = {
|
||||
enable = true;
|
||||
device = "/dev/disk/by-id/ata-KINGSTON_SKC300S37A60G_50026B7239039148";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue