Fix deck
This commit is contained in:
parent
73cd77b6c8
commit
105b67274b
4 changed files with 40 additions and 43 deletions
|
|
@ -6,13 +6,10 @@
|
|||
|
||||
{
|
||||
# Configuration boot
|
||||
boot = {
|
||||
initrd.systemd.enable = true;
|
||||
loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot.enable = true;
|
||||
timeout = 0;
|
||||
};
|
||||
boot.loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot.enable = true;
|
||||
timeout = 0;
|
||||
};
|
||||
|
||||
# Change secrets file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue