From f115fa5c46f042b51a2713f9eca3763ac289dbd3 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Wed, 29 Nov 2023 13:42:36 +0100 Subject: [PATCH] . --- config.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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"