Enable docker
This commit is contained in:
parent
d047b1013f
commit
33047d4473
|
@ -72,6 +72,9 @@
|
||||||
# Hardware acceleration
|
# Hardware acceleration
|
||||||
hwAccelerationGPU = "nvidia";
|
hwAccelerationGPU = "nvidia";
|
||||||
|
|
||||||
|
# Enable Docker
|
||||||
|
enableDocker = true;
|
||||||
|
|
||||||
keymap = "fr";
|
keymap = "fr";
|
||||||
|
|
||||||
# System secrets
|
# System secrets
|
||||||
|
@ -117,6 +120,7 @@
|
||||||
dala = {
|
dala = {
|
||||||
description = "Dala";
|
description = "Dala";
|
||||||
groups = [
|
groups = [
|
||||||
|
"docker"
|
||||||
"wheel"
|
"wheel"
|
||||||
"video"
|
"video"
|
||||||
"audio"
|
"audio"
|
||||||
|
|
Loading…
Reference in a new issue