btrfs autoscrub + initrd systemd
This commit is contained in:
parent
76bd847043
commit
46b59d0163
|
@ -1,6 +1,12 @@
|
|||
{...}: {
|
||||
# TODO: lanzaboote
|
||||
boot.loader = {
|
||||
boot = {
|
||||
initrd.systemd = {
|
||||
enable = true;
|
||||
enableTpm2 = true;
|
||||
};
|
||||
|
||||
loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
||||
timeout = 2;
|
||||
|
@ -9,4 +15,5 @@
|
|||
configurationLimit = 3;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -43,6 +43,8 @@
|
|||
};
|
||||
environment.systemPackages = [pkgs.ncdu];
|
||||
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
|
||||
fileSystems = {
|
||||
"/".neededForBoot = true;
|
||||
"/etc/ssh" = {
|
||||
|
|
Loading…
Reference in New Issue