mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Update flake.nix
This commit is contained in:
parent
9e20168078
commit
0709a397ba
1 changed files with 2 additions and 3 deletions
|
@ -29,15 +29,14 @@
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
boot.initrd.luks.devices = {
|
boot = {
|
||||||
|
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