mirror of
git://git.savannah.gnu.org/guix/maintenance.git
synced 2023-12-14 03:33:04 +01:00
hydra: milano-guix-1: Update configuration style.
* hydra/milano-guix-1.scm <bootloader>: Use targets rather than target. <swap-devices>: Use a list of swap-space records.
This commit is contained in:
parent
0527004029
commit
e91daec697
1 changed files with 6 additions and 2 deletions
|
@ -61,7 +61,7 @@
|
|||
(bootloader
|
||||
(bootloader-configuration
|
||||
(bootloader grub-bootloader)
|
||||
(target "/dev/sda")
|
||||
(targets '("/dev/sda"))
|
||||
(keyboard-layout keyboard-layout)))
|
||||
|
||||
(file-systems
|
||||
|
@ -72,7 +72,11 @@
|
|||
(type "btrfs"))
|
||||
%base-file-systems))
|
||||
|
||||
(swap-devices '("/dev/sda2" "/dev/sdb2"))
|
||||
(swap-devices
|
||||
(list (swap-space
|
||||
(target "/dev/sda2"))
|
||||
(swap-space
|
||||
(target "/dev/sdb2"))))
|
||||
|
||||
(host-name "milano-guix-1")
|
||||
|
||||
|
|
Loading…
Reference in a new issue