Reinstall sybil
systems/sybil.scm
| 34 | 34 | (mapped-devices | |
| 35 | 35 | (list (mapped-device | |
| 36 | 36 | (source | |
| 37 | - | (uuid "4d5c6df3-622f-41f4-85ee-c61be5538b6f")) | |
| 37 | + | (uuid "f0514b14-8626-4048-a76f-d6001576e734")) | |
| 38 | 38 | (target "cryptroot") | |
| 39 | + | (type luks-device-mapping)) | |
| 40 | + | (mapped-device | |
| 41 | + | (source | |
| 42 | + | (uuid "0729462b-5fff-4d66-898a-62c9e69cb74a")) | |
| 43 | + | (target "crypthome") | |
| 39 | 44 | (type luks-device-mapping)))) | |
| 40 | 45 | (file-systems | |
| 41 | 46 | (cons* (file-system | |
… | |||
| 45 | 50 | (file-system | |
| 46 | 51 | (mount-point "/") | |
| 47 | 52 | (device "/dev/mapper/cryptroot") | |
| 48 | - | (type "ext4") | |
| 53 | + | (type "btrfs") | |
| 54 | + | (dependencies mapped-devices)) | |
| 55 | + | (file-system | |
| 56 | + | (mount-point "/home/") | |
| 57 | + | (device "/dev/mapper/crypthome") | |
| 58 | + | (type "btrfs") | |
| 49 | 59 | (dependencies mapped-devices)) | |
| 50 | 60 | %base-file-systems)) | |
| 51 | 61 | (users (map | |