feat: Delete nextcloud admin user (#133)
Co-authored-by: Alexander Tomokhov <alexoundos@selfprivacy.org> Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config/pulls/133
This commit is contained in:
@@ -159,5 +159,17 @@ with lib;
|
||||
You can put whatever you want here.
|
||||
'';
|
||||
};
|
||||
#################
|
||||
# Workarounds #
|
||||
#################
|
||||
workarounds = {
|
||||
deleteNextcloudAdmin = mkOption {
|
||||
description = ''
|
||||
Whether to delete an admin user, which is initially created
|
||||
'';
|
||||
type = types.bool;
|
||||
default = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user