diff options
-rw-r--r-- | testvm.scm | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |