Skip to content

Commit

Permalink
chore: remove lxd from dx-groups ujust (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
inffy authored Jan 14, 2025
1 parent 09387d5 commit d4118a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions just/aurora-system.just
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ptyxis-transparency opacity="0.95":
printf "Value must be greater than 0 and less than or equal to 1: %s.\n" "{{ opacity }}"
fi
# Configure docker,incus-admin,lxd,libvirt container manager permissions
# Configure docker,incus-admin,libvirt container manager permissions
[group('System')]
dx-group:
#!/usr/bin/env bash
Expand All @@ -98,14 +98,14 @@ dx-group:
fi
}
GROUPS_ADD=("docker" "incus-admin" "lxd" "libvirt")
GROUPS_ADD=("docker" "incus-admin" "libvirt")
for GROUP_ADD in "${GROUPS_ADD[@]}" ; do
append_group $GROUP_ADD
pkexec usermod -aG $GROUP_ADD $USER
done
echo "Reboot system and log back in to use docker, incus-admin, lxd, libvirt."
echo "Reboot system and log back in to use docker, incus-admin, libvirt."
# alias for configure-vfio
[group('System')]
Expand Down

0 comments on commit d4118a2

Please sign in to comment.