diff --git a/configuration.nix b/configuration.nix index 7db5a26..b25e72a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -76,10 +76,10 @@ in }; # Define a user account. Don't forget to set a password with ‘passwd’. - users.users.nextcloud = { - extraGroups = [ "nfsShare" ]; - isSystemUser = true; - }; +# users.users.nextcloud = { +# extraGroups = [ "nfsShare" ]; +# isSystemUser = true; +# }; # OpenGL and drivers hardware.opengl = {