set boot kernel params
This commit is contained in:
parent
d68d6d732f
commit
9a80a310d0
2 changed files with 8 additions and 0 deletions
|
@ -161,6 +161,10 @@
|
|||
|
||||
# System
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
];
|
||||
networking.hostName = "desktop";
|
||||
networking.networkmanager.enable = true;
|
||||
services.printing.enable = false;
|
||||
|
|
|
@ -50,6 +50,10 @@
|
|||
};
|
||||
|
||||
# System
|
||||
boot.kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
];
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.initrd.luks.devices."luks-72250b57-488c-4850-a000-766508a1ceb7".device = "/dev/disk/by-uuid/72250b57-488c-4850-a000-766508a1ceb7";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue