chore(docker): Add users to group
This commit is contained in:
parent
ade31510a8
commit
31a4c4060a
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ in {
|
||||||
enableOnBoot = false;
|
enableOnBoot = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Updated version of deprecated enableNvidia.
|
||||||
hardware.nvidia-container-toolkit.enable = true;
|
hardware.nvidia-container-toolkit.enable = true;
|
||||||
|
|
||||||
|
sisyphus.users.wantedGroups = [
|
||||||
|
"docker"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue