This commit is contained in:
2026-04-26 20:45:55 -03:00
parent 7fcd58a909
commit 4d74d73e65
9 changed files with 211 additions and 78 deletions
+4 -1
View File
@@ -12,9 +12,10 @@
./conf/GM/imp.nix
];
## Configuração do bootloader
## Configuraçãao do bootloader
boot = {
kernelPackages = pkgs.linuxPackages_latest;
#kernelPackages = pkgs.linux-cachyos-latest-lto-x86_64-v3;
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
loader.systemd-boot.configurationLimit = 10;
@@ -34,6 +35,8 @@
extraGroups = [
"networkmanager"
"wheel"
"tailscale"
"docker"
];
packages = with pkgs; [ ];
};