framework 16 day!
This commit is contained in:
parent
c9804239d3
commit
0f8a1aa7e1
7 changed files with 154 additions and 54 deletions
|
|
@ -106,8 +106,8 @@
|
|||
|
||||
boot.loader.systemd-boot.enable = lib.mkDefault true;
|
||||
boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
|
||||
boot.loader.timeout = 1;
|
||||
boot.supportedFilesystems = ["ntfs"];
|
||||
boot.loader.timeout = lib.mkForce 1;
|
||||
boot.supportedFilesystems = ["ntfs" "btrfs"];
|
||||
systemd.extraConfig = ''
|
||||
DefaultTimeoutStopSec=15s
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue