guix-config: Mount dedicated home partition

master
Pierre Neidhardt 2018-03-29 12:19:41 +05:30
parent 6bd00cb72d
commit 2eea27d1ba
1 changed files with 1 additions and 2 deletions

View File

@ -124,7 +124,7 @@
(file-system
(device "home")
(title 'label)
(mount-point "/mnt")
(mount-point "/home")
(type "ext4"))
(file-system
(device (uuid "8AC2-4252" 'fat))
@ -139,7 +139,6 @@
(supplementary-groups '("wheel" "netdev" ; netdev is needed for networking.
"audio" "video"))
(home-directory "/home/ambrevar"))
;; TODO: Mount dedicated home partition.
%base-user-accounts))
(packages (cons* nss-certs ;for HTTPS access