diff options
| author | ryan77627 <ryan@rschanz.org> | 2023-05-19 01:23:24 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-19 01:23:24 -0400 |
| commit | c04cedc5cfca19aaae34a04a80206bc7d183c9e5 (patch) | |
| tree | 00be2af0da6eb83cc0162a40cbc1e1d93ed507c0 | |
| parent | f34a9eeda9e4a7ddbaf22d305d20439a1c5121e4 (diff) | |
Working config
| -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 |
