.
This commit is contained in:
@@ -10,14 +10,11 @@
|
||||
# Importa a configuração de hardware detectada
|
||||
./hardware-configuration.nix
|
||||
./conf/GM/imp.nix
|
||||
inputs.nyx-loner.nixosModules.default
|
||||
];
|
||||
|
||||
## Configuraçãao do bootloader
|
||||
boot = {
|
||||
#kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = pkgs.linuxPackages_cachyos-gcc;
|
||||
#kernelPackages = inputs.nix-cachyos.legacyPackages.x86_64-linux.linuxPackages-cachyos-latest-lto-x86_64-v3;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
loader.systemd-boot.configurationLimit = 10;
|
||||
|
||||
Reference in New Issue
Block a user