mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 11:43:01 -06:00
Update flake.nix
This commit is contained in:
parent
1d50830a5c
commit
9e20168078
1 changed files with 3 additions and 2 deletions
|
@ -29,14 +29,15 @@
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
boot = {
|
boot.initrd.luks.devices = {
|
||||||
initrd.luks.devices = {
|
|
||||||
root = {
|
root = {
|
||||||
device = "/dev/sda";
|
device = "/dev/sda";
|
||||||
preLVM = true;
|
preLVM = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot = {
|
||||||
|
|
||||||
# kernelPackages = pkgs.linuxPackages_latest;
|
# kernelPackages = pkgs.linuxPackages_latest;
|
||||||
kernelParams = [ "console=ttyS0,1920n8" ];
|
kernelParams = [ "console=ttyS0,1920n8" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue