update hetzner

This commit is contained in:
Johannes Jöns 2024-02-08 11:44:19 +01:00
parent 42b4d3fa48
commit f297813359

View file

@ -25,6 +25,7 @@
boot.loader = { boot.loader = {
grub = { grub = {
enable = true; enable = true;
device = config.fileSystems."/boot".device;
}; };
}; };
@ -107,8 +108,8 @@
size = "95%FREE"; size = "95%FREE";
lvm_type = "raid1"; lvm_type = "raid1";
extraArgs = [ extraArgs = [
"--raidintegrity" # "--raidintegrity"
"y" # "y"
]; ];
content = { content = {
type = "filesystem"; type = "filesystem";