From c04cedc5cfca19aaae34a04a80206bc7d183c9e5 Mon Sep 17 00:00:00 2001 From: ryan77627 Date: Fri, 19 May 2023 01:23:24 -0400 Subject: [PATCH] Working config --- testvm.scm | 5 +++-- 1 file 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 @@ -(use-modules (ryan-config base-system)) +(use-modules (ryan-config base-system) + (gnu)) (operating-system (inherit base-operating-system) @@ -20,4 +21,4 @@ (type "vfat")) %base-file-systems)) (swap-devices (list - (swap-space (target (uuid "277a198e-a3bf-4dba-9077-b1a95cb34869")))))) + (swap-space (target (uuid "277a198e-a3bf-4dba-9077-b1a95cb34869")))))) \ No newline at end of file