This commit is contained in:
Hadi
2024-06-19 21:03:58 +02:00
parent a5e4015cf3
commit 39a4b5cc00
2 changed files with 4 additions and 35 deletions

View File

@@ -8,9 +8,9 @@
# Bootloader.
boot = {
loader.grub.enable = true;
loader.grub.device = "/dev/sda";
loader.grub.useOSProber = true;
loader.grub.enable = true;
loader.grub.device = "/dev/sda";
loader.grub.useOSProber = true;
tmp.cleanOnBoot = true;
kernelPackages =
pkgs.linuxPackages_latest; # _zen, _hardened, _rt, _rt_latest, etc.
@@ -38,7 +38,7 @@
users.users.${config.var.username} = {
isNormalUser = true;
description = "${config.var.username} account";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "wheel" ];
};
services = {