Reinstall tachikoma
systems/tachikoma.scm
| 30 | 30 | (bootloader grub-bootloader))) | |
| 31 | 31 | (mapped-devices | |
| 32 | 32 | (list (mapped-device | |
| 33 | - | (source (uuid "858ad8c7-beea-4bd7-97f2-097456e18722")) | |
| 34 | - | (target "my-root") | |
| 33 | + | (source (uuid "c61efb54-dd82-4f94-ba30-344ed71d0783")) | |
| 34 | + | (target "cryptroot") | |
| 35 | 35 | (type luks-device-mapping)))) | |
| 36 | 36 | (file-systems (cons (file-system | |
| 37 | - | (device (file-system-label "my-root")) | |
| 37 | + | (device "/dev/mapper/cryptroot") | |
| 38 | 38 | (mount-point "/") | |
| 39 | 39 | (type "ext4") | |
| 40 | 40 | (dependencies mapped-devices)) |