14 lines
181 B
Plaintext
14 lines
181 B
Plaintext
fn lib = {
|
|
partitions.aliases = {
|
|
root = "hd0p2"
|
|
boot = "hd0p1"
|
|
swap = "hd0p3"
|
|
}
|
|
|
|
partitions = {
|
|
automount = [ 'boot' 'root' ]
|
|
swap.enable = true
|
|
swap.size = 2g
|
|
}
|
|
}
|