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