summaryrefslogtreecommitdiff
path: root/gnu/system/shadow.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system/shadow.scm')
-rw-r--r--gnu/system/shadow.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm
index d0f1b6b2b1..7258a57dc6 100644
--- a/gnu/system/shadow.scm
+++ b/gnu/system/shadow.scm
@@ -130,7 +130,8 @@
(system-group (name "floppy"))
(system-group (name "cdrom"))
(system-group (name "tape"))
- (system-group (name "kvm"))))) ; for /dev/kvm
+ (system-group (name "kvm")) ; for /dev/kvm
+ (system-group (name "sgx")))))
(define %base-user-accounts
;; List of standard user accounts. Note that "root" is a special case, so