Adicionado DMS e update de rotina
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
## Configuração do bootloader
|
||||
boot = {
|
||||
#kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
||||
#kernelPackages = pkgs.linuxPackages_cachyos;
|
||||
kernelPackages = inputs.nix-cachyos-kernel.legacyPackages.x86_64-linux.linuxPackages-cachyos-latest-lto;
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
loader.systemd-boot.configurationLimit = 10;
|
||||
@@ -42,7 +43,5 @@
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
system.stateVersion = "25.05"; # versao do nix
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user