Update bootloader config

Julien LepillerMon Sep 27 14:14:31+0200 2021

5a05d10

Update bootloader config

systems/hermes.scm

6060
  (inherit (tyreunom-os "hermes"))
6161
  (bootloader
6262
    (bootloader-configuration
63-
      (target "/dev/sda")
63+
      (targets '("/dev/sda"))
6464
      (bootloader grub-bootloader)))
6565
  (file-systems (cons (file-system
6666
                        (mount-point "/")