soystemd boot

This commit is contained in:
joygnu 2024-08-08 23:07:44 +02:00
parent 6160ac2698
commit 432a551da4
2 changed files with 4 additions and 10 deletions

View file

@ -3,17 +3,10 @@
networking.hostName = "desktop";
networking.networkmanager.enable = true;
services.hardware.openrgb.enable = true;
boot.loader = {
timeout = 0;
efi.canTouchEfiVariables = false;
grub = {
efiSupport = true;
efiInstallAsRemovable = true;
device = "nodev";
};
};
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
imports = [
../../modules
./hardware.nix

View file

@ -2,6 +2,7 @@
{
networking.hostName = "laptop";
networking.networkmanager.enable = true;
services.xserver.desktopManager.gnome.enable = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;