feat(common,steveej-t14,graphical): udpate to nixos-22.05
This commit is contained in:
parent
aec8ff4e9a
commit
4a2ee46f7f
13 changed files with 42 additions and 89 deletions
|
@ -5,13 +5,13 @@
|
|||
{
|
||||
boot.kernelPackages = pkgs.linuxPackages;
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = false;
|
||||
enable = true;
|
||||
version = 2;
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.enable = false;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.tmpOnTmpfs = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue