mirror of
https://github.com/nix-community/disko.git
synced 2026-01-16 19:28:37 +01:00
10 lines
No EOL
284 B
Text
10 lines
No EOL
284 B
Text
|
|
export def generate-config [partition: record] {
|
|
assert ($partition.type == 'part') $'BUG! filesystem generate-config called with non-partition: ($partition)'
|
|
|
|
{
|
|
type: 'filesystem',
|
|
format: $partition.fstype,
|
|
mountpoint: $partition.mountpoint,
|
|
}
|
|
} |