summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryan77627 <ryan@rschanz.org>2023-05-19 01:23:24 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-05-19 01:23:24 -0400
commitc04cedc5cfca19aaae34a04a80206bc7d183c9e5 (patch)
tree00be2af0da6eb83cc0162a40cbc1e1d93ed507c0
parentf34a9eeda9e4a7ddbaf22d305d20439a1c5121e4 (diff)
Working config
-rw-r--r--testvm.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/testvm.scm b/testvm.scm
index e054d61..4abe33f 100644
--- a/testvm.scm
+++ b/testvm.scm
@@ -1,4 +1,5 @@
1(use-modules (ryan-config base-system)) 1(use-modules (ryan-config base-system)
2 (gnu))
2 3
3(operating-system 4(operating-system
4 (inherit base-operating-system) 5 (inherit base-operating-system)
@@ -20,4 +21,4 @@
20 (type "vfat")) %base-file-systems)) 21 (type "vfat")) %base-file-systems))
21 (swap-devices 22 (swap-devices
22 (list 23 (list
23 (swap-space (target (uuid "277a198e-a3bf-4dba-9077-b1a95cb34869")))))) 24 (swap-space (target (uuid "277a198e-a3bf-4dba-9077-b1a95cb34869")))))) \ No newline at end of file