Little format

This commit is contained in:
Lillian Violet 2024-02-06 12:45:33 +01:00
parent 0e0e64d1af
commit 428f2cd7ee

View file

@ -45,11 +45,10 @@
#keyFile = "/tmp/secret.key"; #keyFile = "/tmp/secret.key";
}; };
#additionalKeyFiles = ["/tmp/additionalSecret.key"]; #additionalKeyFiles = ["/tmp/additionalSecret.key"];
content = { content = {
type = "filesystem"; type = "filesystem";
format = "bcachefs"; format = "bcachefs";
mountpoint = "/"; mountpoint = "/";
};
}; };
}; };
}; };
@ -57,4 +56,5 @@
}; };
}; };
}; };
};
} }