config/guix/system/desktop-bababa: Add bibidata.

master
Pierre Neidhardt 2021-06-01 15:39:23 +02:00
parent 592eee235c
commit b65a679a35
1 changed files with 6 additions and 1 deletions

View File

@ -66,7 +66,7 @@
(bootloader (bootloader-configuration
(bootloader grub-bootloader)
(timeout 1)
(target "/dev/sdb")))
(target "/dev/sdc")))
(kernel linux)
(firmware (append (list amdgpu-firmware)
@ -92,6 +92,11 @@
(mount-point "/media/babadata")
(type "btrfs")
(create-mount-point? #t))
(file-system
(device (file-system-label "bibidata"))
(mount-point "/media/bibidata")
(type "btrfs")
(create-mount-point? #t))
(file-system
(mount-point "/tmp")
(device "none")