From e040443219afea9c51fbdd2f2a5bfd387d0a4571 Mon Sep 17 00:00:00 2001 From: hexchen Date: Mon, 30 Nov 2020 18:27:51 +0000 Subject: [PATCH] users: allow drive access --- configuration/common/users.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/common/users.nix b/configuration/common/users.nix index 1f9013c..68c4371 100644 --- a/configuration/common/users.nix +++ b/configuration/common/users.nix @@ -45,7 +45,7 @@ zauberberg = { uid = 1003; isNormalUser = true; - extraGroups = [ "wheel" ]; + extraGroups = [ "wheel" "cdrom" ]; openssh.authorizedKeys.keys = [ "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCt34ou3NYWoUayWrJa5ISzihAAhFiwolJPmm2fF9llPUUA8DP3BQRiKeqDlkDzhWLwztb+dNIUuregiFJdRN5Q2JZBKlM7Gqb1QtPhtK+xe2pyZPX2SWKIsKA6j3VAThhXsQdj3slXu3dG8FF7j+IFg/eTgpeQIFQQkMIc204ha8OP2ASYAJqgJVbXq8Xh3KkAc1HSrjYJLntryvK10wyU8p3ug370dMu3vRUn44FEyDzXFM9rfsgysQTzVgp+sXdRfMLeyvf+SUrE8hiPjzevF2nsUP0Xf/rIaK5VayChPLXJkulognINzvuVWAdwNPDLpgGwkjglF2681Ag88bLX allesmoeglicheundvielmehr@hotmail.de" ]; @@ -55,7 +55,7 @@ schweby = { uid = 1004; isNormalUser = true; - extraGroups = [ "wheel" ]; + extraGroups = [ "wheel" "cdrom" ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL6JWi0MBDz0Zy4zjauQv28xYmHyapb8D4zeesq91LLE schweby@txsbcct" ];