diff --git a/config.scm b/config.scm index b91b905..c6d5851 100644 --- a/config.scm +++ b/config.scm @@ -36,9 +36,9 @@ (type "vfat")) (file-system (device - (file-system-label "guix-root") - (mount-point "/") - (type "xfs"))) + (file-system-label "guix-root")) + (mount-point "/") + (type "xfs")) %base-file-systems)) (swap-devices (list @@ -55,6 +55,7 @@ (group "users") (supplementary-groups '("wheel" + "netdev" "seat" "audio" "video"