mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 09:28:30 +02:00
fujitsu: tuning
This commit is contained in:
parent
0ef795ca18
commit
b224ae41ba
2 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.devices = [ "/dev/sda" "/dev/sdb" ];
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
};
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
|
||||
environment.persistence."/nix/persist/system" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue