guix-commits
[Top][All Lists]
Advanced

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

03/03: hydra: overdrive: Use 'swap-space'.


From: Ludovic Courtès
Subject: 03/03: hydra: overdrive: Use 'swap-space'.
Date: Sun, 11 Sep 2022 06:21:39 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 7124f93868c06ffc17b50c737e48a5a7edcd27c2
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Sep 11 12:06:36 2022 +0200

    hydra: overdrive: Use 'swap-space'.
    
    * hydra/modules/sysadmin/overdrive.scm (overdrive-system): Change
    'swap-devices' to use 'swap-space'.
---
 hydra/modules/sysadmin/overdrive.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/overdrive.scm 
b/hydra/modules/sysadmin/overdrive.scm
index a6d46d9..dc8ec50 100644
--- a/hydra/modules/sysadmin/overdrive.scm
+++ b/hydra/modules/sysadmin/overdrive.scm
@@ -97,7 +97,7 @@
                            (type "vfat"))
                          %base-file-systems))
 
-    (swap-devices '("/dev/sda4"))
+    (swap-devices (list (swap-space (target "/dev/sda4"))))
 
     (users (append %accounts %base-user-accounts))
     (services



reply via email to

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