[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: hydra: bayfront: Update swap-devices style.
From: |
Christopher Baines |
Subject: |
01/02: hydra: bayfront: Update swap-devices style. |
Date: |
Fri, 4 Feb 2022 06:16:17 -0500 (EST) |
cbaines pushed a commit to branch master
in repository maintenance.
commit cf8d5b762253c0a3838dea75a7691cba90da648d
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Feb 4 11:10:22 2022 +0000
hydra: bayfront: Update swap-devices style.
* hydra/bayfront.scm <swap-devices>: Update style.
---
hydra/bayfront.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index b7e96ac..e3fac7b 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -858,7 +858,9 @@ access_log /var/log/nginx/bordeaux.access.log;"))
(check? #f))
%base-file-systems))
- (swap-devices '("/swap"))
+ (swap-devices
+ (list (swap-space
+ (target "/swap"))))
(kernel linux-libre-5.10)