Enable linger for docker user
This commit is contained in:
parent
e553273437
commit
a0d53b2db7
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
# Define a user account.
|
# Define a user account.
|
||||||
users.users.docker = {
|
users.users.docker = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
linger = true;
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"wheel"
|
"wheel"
|
||||||
"docker"
|
"docker"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue