This commit is contained in:
Daniel Ziltener 2023-11-29 13:42:36 +01:00
parent b190147356
commit f115fa5c46
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -36,9 +36,9 @@
(type "vfat")) (type "vfat"))
(file-system (file-system
(device (device
(file-system-label "guix-root") (file-system-label "guix-root"))
(mount-point "/") (mount-point "/")
(type "xfs"))) (type "xfs"))
%base-file-systems)) %base-file-systems))
(swap-devices (swap-devices
(list (list
@ -55,6 +55,7 @@
(group "users") (group "users")
(supplementary-groups (supplementary-groups
'("wheel" '("wheel"
"netdev"
"seat" "seat"
"audio" "audio"
"video" "video"