Update bootloader config
systems/hermes.scm
60 | 60 | (inherit (tyreunom-os "hermes")) | |
61 | 61 | (bootloader | |
62 | 62 | (bootloader-configuration | |
63 | - | (target "/dev/sda") | |
63 | + | (targets '("/dev/sda")) | |
64 | 64 | (bootloader grub-bootloader))) | |
65 | 65 | (file-systems (cons (file-system | |
66 | 66 | (mount-point "/") |