Fix OS scripts for flakes
This commit is contained in:
parent
448a154d74
commit
833320e3fa
9 changed files with 97 additions and 79 deletions
|
@ -8,12 +8,8 @@
|
|||
# UPST
|
||||
kernelParams = [ "console=tty0" ];
|
||||
|
||||
# Pinebook supports UEFI, at least when tow-boot is installed on the SPI
|
||||
loader = {
|
||||
# EFI Variables don't work (no generation appears in systemd-boot)
|
||||
efi.canTouchEfiVariables = false;
|
||||
grub.efiInstallAsRemovable = true;
|
||||
};
|
||||
# EFI Variables don't seem to work (no generation appear in systemd-boot with SD)
|
||||
loader.efi.canTouchEfiVariables = false;
|
||||
};
|
||||
|
||||
frogeye.desktop = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue