summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-12-05 01:37:43 +0200
committerArtturin <Artturin@artturin.com>2021-12-05 01:37:43 +0200
commitfc4df13e2667134772c1551e3feb47be0b5b6b23 (patch)
treefde74b71a5f763cd395349d5a5da6a3ce6c0e8b1 /nixos/modules/config
parenta78dd785b29bbbcad5490282308b9dbdc244a0f3 (diff)
downloadnixpkgs-fc4df13e2667134772c1551e3feb47be0b5b6b23.tar
nixpkgs-fc4df13e2667134772c1551e3feb47be0b5b6b23.tar.gz
nixpkgs-fc4df13e2667134772c1551e3feb47be0b5b6b23.tar.bz2
nixpkgs-fc4df13e2667134772c1551e3feb47be0b5b6b23.tar.lz
nixpkgs-fc4df13e2667134772c1551e3feb47be0b5b6b23.tar.xz
nixpkgs-fc4df13e2667134772c1551e3feb47be0b5b6b23.tar.zst
nixpkgs-fc4df13e2667134772c1551e3feb47be0b5b6b23.zip
nixos: add sgx group with gid 304
fix Unknown group 'sgx', ignoring message from udev
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/users-groups.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/config/users-groups.nix b/nixos/modules/config/users-groups.nix
index 629905e6095..a34d2814341 100644
--- a/nixos/modules/config/users-groups.nix
+++ b/nixos/modules/config/users-groups.nix
@@ -558,6 +558,7 @@ in {
       input.gid = ids.gids.input;
       kvm.gid = ids.gids.kvm;
       render.gid = ids.gids.render;
+      sgx.gid = ids.gids.sgx;
       shadow.gid = ids.gids.shadow;
     };