From 8b1dce087d6fa5cd0d5519c3a26e5870f5d9494e Mon Sep 17 00:00:00 2001 From: Jimbo Date: Tue, 27 Aug 2024 14:54:23 -0400 Subject: [PATCH] Comment the nextcloud user --- configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 = {