mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:56:34 +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 = {
|
||||
grub = {
|
||||
enable = true;
|
||||
device = config.fileSystems."/boot".device;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -107,8 +108,8 @@
|
|||
size = "95%FREE";
|
||||
lvm_type = "raid1";
|
||||
extraArgs = [
|
||||
"--raidintegrity"
|
||||
"y"
|
||||
# "--raidintegrity"
|
||||
# "y"
|
||||
];
|
||||
content = {
|
||||
type = "filesystem";
|
||||
|
|
Loading…
Reference in a new issue