Reinstall tachikoma

Julien LepillerSun Dec 08 13:47:55+0100 2019

93361a8

Reinstall tachikoma

systems/tachikoma.scm

3030
        (bootloader grub-bootloader)))
3131
    (mapped-devices
3232
      (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")
3535
	      (type luks-device-mapping))))
3636
    (file-systems (cons (file-system
37-
			  (device (file-system-label "my-root"))
37+
			  (device "/dev/mapper/cryptroot")
3838
                          (mount-point "/")
3939
                          (type "ext4")
4040
			  (dependencies mapped-devices))