This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 3d379d7  hydra: monokuma: Update swap-devices configuration style.
3d379d7 is described below

commit 3d379d76fbf2a3d51ef884e74c343be9ef6bc49f
Author: Christopher Baines <[email protected]>
AuthorDate: Sun Feb 20 14:16:45 2022 +0000

    hydra: monokuma: Update swap-devices configuration style.
    
    * hydra/monokuma.scm <swap-devices>: Update configuration style.
---
 hydra/monokuma.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hydra/monokuma.scm b/hydra/monokuma.scm
index 8b99fc9..45bd1fe 100644
--- a/hydra/monokuma.scm
+++ b/hydra/monokuma.scm
@@ -62,7 +62,9 @@
                          (type "vfat"))
                        %base-file-systems))
 
-  (swap-devices '("/dev/sda3"))
+  (swap-devices
+   (list (swap-space
+          (target "/dev/sda3"))))
 
   (users (append %accounts %base-user-accounts))
   (services (cons* (service openssh-service-type

Reply via email to