summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-07-31 01:28:51 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-07-31 01:45:58 +0200
commit17406a204f0751467d0e36a266648bb31d2134e3 (patch)
tree34acbcb233e19581d42c337781afd69576be00dd /systems
parent5b9934debe325a0b05e7ba99f01f20bd9db45125 (diff)
feat(systems)!: implement swap support
Diffstat (limited to 'systems')
-rw-r--r--systems/mcdowell.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm
index 6f0c47f..a51d627 100644
--- a/systems/mcdowell.scm
+++ b/systems/mcdowell.scm
@@ -8,6 +8,7 @@
; hardware-groups
; initrd*
; kernel*
+ ; swap-devices*
#:use-module (suweren system) ; %suweren-operating-system
#:use-module (users id1000) ; uid1000-account
; uid1000-home-environment
@@ -44,6 +45,7 @@
firmware*
host-name*
(file-systems* host-name*)
+ (swap-devices* host-name*)
users*
timezone*
locale*