fix group
This commit is contained in:
@@ -12,6 +12,7 @@ in
|
||||
users = {
|
||||
defaultUserShell = pkgs.zsh;
|
||||
extraUsers.sshuser = myPublicSshKeys // { isNormalUser = true; home = "/home/sshuser";};
|
||||
extraUsers.nextcloud = myPublicSshKeys // { isNormalUser = true; home = "/home/nextcloud"; extraGroups = [nextcloud]};
|
||||
extraUsers.nextcloud = myPublicSshKeys // { isNormalUser = true; home = "/home/nextcloud"; group = "nextcloud";};
|
||||
extraGroups.nexdcloud.name = "nextcloud";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user