2025-07-26 00:07:09 +03:00
|
|
|
fn lib = {
|
|
|
|
partitions.aliases = {
|
|
|
|
root = "hd0p2"
|
|
|
|
boot = "hd0p1"
|
|
|
|
swap = "hd0p3"
|
|
|
|
}
|
|
|
|
|
|
|
|
partitions = {
|
|
|
|
automount = [ 'boot' 'root' ]
|
|
|
|
swap.enable = true
|
2025-08-01 03:18:14 +03:00
|
|
|
swap.size = 2_000_000_000
|
2025-07-26 00:07:09 +03:00
|
|
|
}
|
|
|
|
}
|