fix curiass again
This commit is contained in:
parent
64d3d91014
commit
17fc27bfc9
1 changed files with 3 additions and 3 deletions
|
@ -6,14 +6,14 @@
|
||||||
(host-name "curiass")
|
(host-name "curiass")
|
||||||
(swap-devices (list (swap-space
|
(swap-devices (list (swap-space
|
||||||
(target (uuid
|
(target (uuid
|
||||||
"12b0941a-2a42-4495-b457-83e3680ca318")))))
|
"8ffa6d73-06e9-4dc5-9b15-569b3b176dbc")))))
|
||||||
(file-systems (cons* (file-system
|
(file-systems (cons* (file-system
|
||||||
(mount-point "/")
|
(mount-point "/")
|
||||||
(device (uuid "be5f9a76-8295-4710-95b1-370ae3eb0d95"))
|
(device (uuid "fae7deed-d630-40a1-adac-87f49b431ad4"))
|
||||||
(type "btrfs"))
|
(type "btrfs"))
|
||||||
(file-system
|
(file-system
|
||||||
(mount-point "/boot")
|
(mount-point "/boot")
|
||||||
(device (uuid "BA4B-48EA"
|
(device (uuid "027A-4AA1"
|
||||||
'fat32))
|
'fat32))
|
||||||
(type "vfat"))
|
(type "vfat"))
|
||||||
(operating-system-file-systems
|
(operating-system-file-systems
|
||||||
|
|
Loading…
Reference in a new issue