Reinstall sybil

Julien LepillerSat Dec 10 21:11:30+0100 2022

4f27110

Reinstall sybil

systems/sybil.scm

3434
    (mapped-devices
3535
      (list (mapped-device
3636
              (source
37-
                (uuid "4d5c6df3-622f-41f4-85ee-c61be5538b6f"))
37+
                (uuid "f0514b14-8626-4048-a76f-d6001576e734"))
3838
              (target "cryptroot")
39+
              (type luks-device-mapping))
40+
            (mapped-device
41+
              (source
42+
                (uuid "0729462b-5fff-4d66-898a-62c9e69cb74a"))
43+
              (target "crypthome")
3944
              (type luks-device-mapping))))
4045
    (file-systems
4146
      (cons* (file-system

4550
             (file-system
4651
               (mount-point "/")
4752
               (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")
4959
               (dependencies mapped-devices))
5060
             %base-file-systems))
5161
    (users (map