Enable linger for docker user

This commit is contained in:
Fern Garden 2025-07-02 15:36:10 +08:00
parent e553273437
commit a0d53b2db7

View file

@ -8,6 +8,7 @@
# Define a user account.
users.users.docker = {
isNormalUser = true;
linger = true;
extraGroups = [
"wheel"
"docker"