mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:16:33 +01:00
update hetzner
This commit is contained in:
parent
42b4d3fa48
commit
f297813359
1 changed files with 3 additions and 2 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue