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.
|
||||
users.users.docker = {
|
||||
isNormalUser = true;
|
||||
linger = true;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"docker"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue