mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -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;
|
||||
|
||||
boot = {
|
||||
initrd.luks.devices = {
|
||||
boot.initrd.luks.devices = {
|
||||
root = {
|
||||
device = "/dev/sda";
|
||||
preLVM = true;
|
||||
};
|
||||
};
|
||||
|
||||
boot = {
|
||||
|
||||
# kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelParams = [ "console=ttyS0,1920n8" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue