Browse Source

labels

master
Juni Kim 3 years ago
parent
commit
c10de13336
  1. 9
      config.scm

9
config.scm

@ -30,8 +30,7 @@
%base-packages)) %base-packages))
(services (services
(append (append
(list
(service openssh-service-type))
(list (service openssh-service-type))
%desktop-services %desktop-services
)) ))
(bootloader (bootloader
@ -40,15 +39,11 @@
(targets '("/dev/sda")) (targets '("/dev/sda"))
(keyboard-layout keyboard-layout))) (keyboard-layout keyboard-layout)))
(swap-devices
(list (uuid "6777e3c4-ba6e-4943-bc5a-014c55c0eaca")))
(file-systems (file-systems
(cons* (file-system (cons* (file-system
(mount-point "/") (mount-point "/")
(device (device
(uuid "a40761f6-08f8-4d00-b49f-6545b4315533"
'ext4))
(file-system-label "guix")
(type "ext4")) (type "ext4"))
%base-file-systems)) %base-file-systems))
) )

Loading…
Cancel
Save