guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: monokuma: Update swap-devices configuratio


From: Christopher Baines
Subject: branch master updated: hydra: monokuma: Update swap-devices configuration style.
Date: Sun, 20 Feb 2022 09:17:23 -0500

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 <mail@cbaines.net>
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

[Prev in Thread] Current Thread [Next in Thread]