nixos: add sgx group with gid 304

fix Unknown group 'sgx', ignoring message from udev
This commit is contained in:
Artturin 2021-12-05 01:37:43 +02:00
parent a78dd785b2
commit fc4df13e26
2 changed files with 2 additions and 1 deletions

View File

@ -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;
};

View File

@ -639,7 +639,7 @@ in
qemu-libvirtd = 301;
kvm = 302; # default udev rules from systemd requires these
render = 303; # default udev rules from systemd requires these
# zeronet = 304; # removed 2019-01-03
sgx = 304; # default udev rules from systemd requires these
lirc = 305;
lidarr = 306;
slurm = 307;