diff options
Diffstat (limited to 'systems/akashi.scm')
-rw-r--r-- | systems/akashi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/akashi.scm b/systems/akashi.scm index e909b28..efc2893 100644 --- a/systems/akashi.scm +++ b/systems/akashi.scm @@ -9,7 +9,7 @@ (list ((@ (gnu system file-systems) file-system) (type "ext4") (mount-point "/") - (device "akashi-root"))))) + (device (file-system-label "akashi-root")))))) (define keyboard-layout* ((@ (gnu system keyboard) keyboard-layout) |