diff options
-rw-r--r-- | takemi-os.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/takemi-os.scm b/takemi-os.scm index f611d92..f6c2aec 100644 --- a/takemi-os.scm +++ b/takemi-os.scm @@ -296,9 +296,7 @@ (file-systems (cons* (file-system (mount-point "/") - (device - (uuid "f99d3ff5-57ea-4b20-bca7-bc2d58b4c364" - 'ext4)) + (device (uuid "f99d3ff5-57ea-4b20-bca7-bc2d58b4c364" 'ext4)) (type "ext4")) %base-file-systems)))) |