Comment the nextcloud user
This commit is contained in:
parent
d8782456c4
commit
8b1dce087d
|
@ -76,10 +76,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.nextcloud = {
|
# users.users.nextcloud = {
|
||||||
extraGroups = [ "nfsShare" ];
|
# extraGroups = [ "nfsShare" ];
|
||||||
isSystemUser = true;
|
# isSystemUser = true;
|
||||||
};
|
# };
|
||||||
|
|
||||||
# OpenGL and drivers
|
# OpenGL and drivers
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
|
|
Reference in a new issue