simplified namespace cause I dont wanna type that much and introduce colored man pages
This commit is contained in:
parent
767922cdd0
commit
80a4ed8f70
15 changed files with 54 additions and 126 deletions
|
@ -15,9 +15,13 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.fstrim = enabled;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue